Ignore:
Timestamp:
2023-02-22T22:17:16+13:00 (14 months ago)
Author:
davidb
Message:

Next phase of webswing gli development: better colour for text on disabled tab text; busy cursor shown when first loading in; expanded to previewURL and downloadURL for better future-proofing

File:
1 edited

Legend:

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

    r37310 r37341  
    945945    UIManager.put("Panel.background", new ColorUIResource(getColor("coloring.collection_heading_background", false)));
    946946    UIManager.put("Label.background", new ColorUIResource(getColor("coloring.collection_heading_background", false)));
    947     UIManager.put("TabbedPane.background", new ColorUIResource(getColor("coloring.collection_heading_background", false)));
     947
     948    //
     949    // Commenting out the following, as did not give the desired result in WebSwing GLI
     950    // => Was causing the disabled text to tabs (e.g., when a collection is closed) to be bright green text
     951    //    If comment this out has, in turn, an undesirable effect on Desktop GLI, then wrap up in an if-statement
     952    //
     953    //UIManager.put("TabbedPane.background", new ColorUIResource(getColor("coloring.collection_heading_background", false)));
    948954    UIManager.put("SplitPane.background", new ColorUIResource(getColor("coloring.collection_heading_background", false)));
    949955    UIManager.put("CheckBox.background", new ColorUIResource(getColor("coloring.collection_heading_background", false)));
Note: See TracChangeset for help on using the changeset viewer.