Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.util
Class CyColorChooser

java.lang.Object
  extended by cytoscape.util.CyColorChooser

public class CyColorChooser
extends Object

This is an annoying re-implementation of JColorChooser.showDialog() that remembers recently used colors between invocations of the chooser dialog.


Constructor Summary
CyColorChooser()
           
 
Method Summary
static Color showDialog(Component component, String title, Color initialColor)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyColorChooser

public CyColorChooser()
Method Detail

showDialog

public static Color showDialog(Component component,
                               String title,
                               Color initialColor)
DOCUMENT ME!

Parameters:
component - DOCUMENT ME!
title - DOCUMENT ME!
initialColor - DOCUMENT ME!
Returns:
DOCUMENT ME!

www.cytoscape.org