Changeset 12348


Ignore:
Timestamp:
2006-07-31T13:46:08+12:00 (18 years ago)
Author:
kjdon
Message:

made selectValue a static method

File:
1 edited

Legend:

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

    r12312 r12348  
    439439     * @see org.greenstone.gatherer.cdm.ArgumentConfiguration.ArgumentControl.ListOption
    440440     */
    441     public boolean selectValue(JComboBox combobox, String target) {
     441    public static boolean selectValue(JComboBox combobox, String target) {
    442442    ///ystem.err.println("Searching for the target string: " + target);
    443443    for(int i = 0; i < combobox.getItemCount(); i++) {
Note: See TracChangeset for help on using the changeset viewer.