Changeset 14563
- Timestamp:
- 2007-09-24T11:25:53+12:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gli/trunk/src/org/greenstone/gatherer/gui/NewCollectionDetailsPrompt.java
r14361 r14563 151 151 JPanel collection_scope_pane = new JPanel(); 152 152 personal_collection_button = new JRadioButton(Dictionary.get("NewCollectionPrompt.Collection_Scope_Personal")); 153 personal_collection_button.setToolTipText(Dictionary.get("NewCollectionPrompt.Collection_Scope_Personal_Tooltip")); 153 154 personal_collection_button.setBackground(Configuration.getColor("coloring.collection_tree_background", false)); 154 155 personal_collection_button.setOpaque(false); 155 156 JRadioButton shared_collection_button = new JRadioButton(Dictionary.get("NewCollectionPrompt.Collection_Scope_Shared")); 157 shared_collection_button.setToolTipText(Dictionary.get("NewCollectionPrompt.Collection_Scope_Shared_Tooltip")); 156 158 shared_collection_button.setBackground(Configuration.getColor("coloring.collection_tree_background", false)); 157 159 shared_collection_button.setOpaque(false);
Note:
See TracChangeset
for help on using the changeset viewer.