Ignore:
Timestamp:
2008-12-05T18:09:15+13:00 (15 years ago)
Author:
ak19
Message:

Ok button is made the default button so that it is activated on pressing Enter

File:
1 edited

Legend:

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

    r17612 r18130  
    219219    content_pane.add(bottom_pane, BorderLayout.SOUTH);
    220220    // Final dialog setup & positioning.
     221    getRootPane().setDefaultButton(create_button);
    221222    Dimension screen_size = Configuration.screen_size;
    222223    setLocation((screen_size.width - SIZE.width) / 2, (screen_size.height - SIZE.height) / 2);
Note: See TracChangeset for help on using the changeset viewer.