Changeset 7398


Ignore:
Timestamp:
2004-05-25T08:55:35+12:00 (20 years ago)
Author:
kjdon
Message:

made the corner image the same as for the main pane

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/help/HelpFrame.java

    r7016 r7398  
    104104    // Center
    105105    Dimension screen_size = Toolkit.getDefaultToolkit().getScreenSize();
    106     setLocation((screen_size.width - SIZE.width) / 2, (screen_size.height - SIZE.height) / 2);       
     106    setLocation((screen_size.width - SIZE.width) / 2, (screen_size.height - SIZE.height) / 2);
     107
     108    // Pretty corner icon
     109    this.setIconImage(Utility.getImage("gatherer_small.gif").getImage());
     110         
    107111    }
    108112
Note: See TracChangeset for help on using the changeset viewer.