• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 5634

Show
Ignore:
Timestamp:
09/29/08 15:43:01 (8 weeks ago)
Author:
will
Message:

Beta 3.1

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  
    143143         */ 
    144144        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); 
    146146                 
    147147                /* 
    … …  
    170170         
    171171        public void setAttribute(String name, String value) { 
    172                 System.out.println("      setAttribute: " + name + "=" + value); 
     172                //System.out.println("      setAttribute: " + name + "=" + value); 
    173173                allAttributesMap.put(name, value); 
    174174        } 
  • branches/ProtocolEditor/src/ui/components/TextImporter.java

    r5631 r5634  
    210210                clearButton.setBackground(null); 
    211211                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)); 
    212216                 
    213217                // Paste button  
  • branches/ProtocolEditor/src/xmlMVC/ConfigConstants.java

    r5624 r5634  
    7171         * the EDITOR_VERSION_NUMBER. 
    7272         */ 
    73         public static final String EDITOR_RELEASE_ID = EDITOR_VERSION_NUMBER + "rc1"; 
     73        public static final String EDITOR_RELEASE_ID = EDITOR_VERSION_NUMBER + ""; 
    7474 
    7575} 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/