Ignore:
Timestamp:
2008-10-17T17:15:40+13:00 (16 years ago)
Author:
ak19
Message:

Explicitly specified look and feel so that it does not break. This is what Gatherer.java already did for standalone GLI.

File:
1 edited

Legend:

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

    r17004 r17560  
    8787    // Ensure platform specific LAF
    8888    try {
    89         UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
     89        //UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
     90        UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
    9091    }
    9192    catch (Exception exception) {
Note: See TracChangeset for help on using the changeset viewer.