Ignore:
Timestamp:
2018-12-18T19:23:21+13:00 (5 years ago)
Author:
ak19
Message:
  1. Some dialogs do not exist when GLI starts up and becomes visible. These dialogs only get created when the user launches them, such as the new collection dialog appearing when you choose it through the file menu. When testing, such locally instantiated dialogs need to have setNamesRecursively() called on their GUI components too before setVisible() is called on them. 2. Leaving in instances of what I think are safe calls to SwingUntilities.invokeLater() to fix EDT violation exceptions detected during testing, but not committing those cases where I've made the change that actually need proper fixing by using SwingWorker threads.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/gui/TestingPreparation.java

    r32706 r32712  
    66
    77public class TestingPreparation {
    8     public static boolean TEST_MODE = true; // TODO: set to true for debugging. Reset to false when committing to svn
     8    public static boolean TEST_MODE = false; // TODO: set to true for debugging. Reset to false when committing to svn
    99    public static boolean DEBUGGING_TEST_MODE = true;
    1010   
Note: See TracChangeset for help on using the changeset viewer.