Changeset 9339


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.

Location:
trunk/gli/src/org/greenstone/gatherer
Files:
3 edited

Legend:

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

    r9217 r9339  
    2727package org.greenstone.gatherer;
    2828
    29 //import com.l2fprod.gui.*;
    30 //import com.l2fprod.gui.plaf.skin.*;
    31 //import com.l2fprod.util.*;
    3229import java.awt.*;
    3330import java.awt.event.*;
  • 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
  • trunk/gli/src/org/greenstone/gatherer/util/StaticStrings.java

    r9305 r9339  
    205205    static final public String SETLANGUAGE_ELEMENT                        = "SetLanguage";
    206206    static final public String SHOW_PROGRESS_ARGUMENT                     = "show_progress";
    207     static final public String SKIN_ARGUMENT                              = "-skinlf";
    208207    static final public String SINGLE_ESCAPE_ONLY_PATTERN                 = "[^\\\\]+\\\\[^\\\\]+";
    209208    static final public String SINGLE_QUOTE_CHARACTER                     = "'";
Note: See TracChangeset for help on using the changeset viewer.