• 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 Change
  • Next Change →

Changeset 5525 for trunk/SRC/org/openmicroscopy/shoola/agents/imviewer/view/ImViewerComponent.java

Show
Ignore:
Timestamp:
06/30/08 10:15:48 (5 months ago)
Author:
jburel
Message:

Cleaning code and modified group selection

Files:
1 modified

  • trunk/SRC/org/openmicroscopy/shoola/agents/imviewer/view/ImViewerComponent.java (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • trunk/SRC/org/openmicroscopy/shoola/agents/imviewer/view/ImViewerComponent.java

    r5509 r5525  
    180180                                                        ((HistoryItem) i.next()).setHighlight(null); 
    181181                                                } 
     182                                                item.setHighlight(Color.BLUE); 
     183                                                view.setCursor(Cursor.getPredefinedCursor( 
     184                                                                Cursor.WAIT_CURSOR)); 
    182185                                                model.resetMappingSettings(item.getRndSettings(), true); 
    183                                                 item.setHighlight(Color.BLUE); 
     186                                                view.setCursor(Cursor.getPredefinedCursor( 
     187                                                                Cursor.DEFAULT_CURSOR)); 
    184188                                                renderXYPlane(); 
    185189                                        } catch (Exception e) { 

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/