Ignore:
Timestamp:
2005-03-09T13:28:48+13:00 (19 years ago)
Author:
mdewsnip
Message:

Removed code for skinning -- not used, and hardly the most important feature.

File:
1 edited

Legend:

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

    r9217 r9339  
    134134            filename = null;
    135135            }
    136             /* I've got a sneak suspicion Aqua look and feel is not free domain
    137             // Specify the use of Greenstone LAF.
    138             else if(argument_name.equals(StaticStrings.SKIN_ARGUMENT)) {
    139             // SkinLF
    140             try {
    141               SkinLookAndFeel.setSkin(SkinLookAndFeel.loadThemePackDefinition(SkinUtils.toURL(new File(SKIN_DEFINITION_FILE))));
    142               SkinLookAndFeel.enable();
    143             }
    144             catch (Exception error) {
    145               ///ystem.err.println("Error: " + error);
    146               error.printStackTrace();
    147             }
    148             }
    149             */
    150136        }
    151137        // 3b. Now for those that do
Note: See TracChangeset for help on using the changeset viewer.