Changeset 5634
- Timestamp:
- 09/29/08 15:43:01 (8 weeks ago)
- Location:
- branches/ProtocolEditor/src
- Files:
-
- 3 modified
-
tree/DataField.java (modified) (2 diffs)
-
ui/components/TextImporter.java (modified) (1 diff)
-
xmlMVC/ConfigConstants.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ProtocolEditor/src/tree/DataField.java
r5555 r5634 143 143 */ 144 144 public Map<String, String> setAttributes(String title, Map<String, String> keyValuePairs, boolean rememberUndo) { 145 System.out.println("DataField.setAttributeS (notifyObservers="+ rememberUndo +"): " + title);145 //System.out.println("DataField.setAttributeS (notifyObservers="+ rememberUndo +"): " + title); 146 146 147 147 /* … … 170 170 171 171 public void setAttribute(String name, String value) { 172 System.out.println(" setAttribute: " + name + "=" + value);172 //System.out.println(" setAttribute: " + name + "=" + value); 173 173 allAttributesMap.put(name, value); 174 174 } -
branches/ProtocolEditor/src/ui/components/TextImporter.java
r5631 r5634 210 210 clearButton.setBackground(null); 211 211 toolbarBox.add(clearButton); 212 213 toolbarBox.add(Box.createHorizontalStrut(BUTTON_SPACING)); 214 toolbarBox.add(new JSeparator(SwingConstants.VERTICAL)); 215 toolbarBox.add(Box.createHorizontalStrut(BUTTON_SPACING)); 212 216 213 217 // Paste button -
branches/ProtocolEditor/src/xmlMVC/ConfigConstants.java
r5624 r5634 71 71 * the EDITOR_VERSION_NUMBER. 72 72 */ 73 public static final String EDITOR_RELEASE_ID = EDITOR_VERSION_NUMBER + " rc1";73 public static final String EDITOR_RELEASE_ID = EDITOR_VERSION_NUMBER + ""; 74 74 75 75 }
