Changeset 4645 for trunk


Ignore:
Timestamp:
2003-06-13T14:36:11+12:00 (21 years ago)
Author:
kjdon
Message:

changed some colouring stuff

Location:
trunk/gli/src/org/greenstone/gatherer/cdm
Files:
5 edited

Legend:

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

    r4638 r4645  
    754754        JPanel header_pane = new JPanel();
    755755        instructions = new JTextArea(get("Instructions"));
    756         instructions.setBackground(Gatherer.config.getColor("coloring.collection_tree_background", false));
    757756        instructions.setEditable(false);
    758757        instructions.setLineWrap(true);
  • trunk/gli/src/org/greenstone/gatherer/cdm/IndexManager.java

    r4635 r4645  
    442442        index_list.setCellRenderer(new IndexListCellRenderer());
    443443        instructions = new JTextArea(get("Instructions"));
    444         instructions.setBackground(Gatherer.config.getColor("coloring.collection_tree_background", false));
    445444        instructions.setEditable(false);
    446445        instructions.setLineWrap(true);
     
    456455        level_pane = new JPanel();
    457456        name = new JTextField();
    458         name.setBackground(Color.white);
    459457        name_label = new JLabel(get("Name"));
    460458        name_label.setPreferredSize(LABEL_SIZE);
  • trunk/gli/src/org/greenstone/gatherer/cdm/LanguageManager.java

    r4494 r4645  
    435435
    436436        list = new JList(model);
    437         list.setBackground(Gatherer.config.getColor("coloring.collection_tree_background", false));
    438437        list.setCellRenderer(new ListRenderer());
    439438
  • trunk/gli/src/org/greenstone/gatherer/cdm/SubcollectionManager.java

    r4593 r4645  
    421421        JPanel header_pane = new JPanel();
    422422        instructions = new JTextArea(get("Instructions"));
    423         instructions.setBackground(Gatherer.config.getColor("coloring.collection_tree_background", false));
    424423        instructions.setEditable(false);
    425424        instructions.setLineWrap(true);
  • trunk/gli/src/org/greenstone/gatherer/cdm/TranslationManager.java

    r4494 r4645  
    158158        title_label.setHorizontalAlignment(JLabel.CENTER);
    159159        JTextArea instruction_area = new JTextArea(get("Instructions"));
    160         instruction_area.setBackground(Gatherer.config.getColor("coloring.collection_tree_background", false));
    161160        instruction_area.setEditable(false);
    162161        instruction_area.setLineWrap(true);
Note: See TracChangeset for help on using the changeset viewer.