Ignore:
Timestamp:
2014-04-30T20:03:13+12:00 (10 years ago)
Author:
ak19
Message:

Should use GLIButton instead of regular JButton to be consistent with the rest of GLI and inherit common behaviour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/gui/OpenCollectionDialog.java

    r29001 r29012  
    443443            // will tell the server that the collect directory has changed and that
    444444            // the workspace needs to be refreshed (Documents in Greenstone Collections)
     445
     446        System.err.print("@@@ User chose to press: ");
     447        if(result == CANCEL_OPTION) {
     448        System.err.println("cancel");
     449        } else {
     450        System.err.println("ok");
     451        }
    445452    }
    446453    }
Note: See TracChangeset for help on using the changeset viewer.