ecologylab.generic
Class SwingTools

java.lang.Object
  extended by ecologylab.generic.SwingTools

public class SwingTools
extends java.lang.Object

Static convenience methods for Swing programing.

Author:
andruid

Constructor Summary
SwingTools()
           
 
Method Summary
static java.awt.Color showColorChooser(javax.swing.JColorChooser pane, java.awt.Component component, java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingTools

public SwingTools()
Method Detail

showColorChooser

public static java.awt.Color showColorChooser(javax.swing.JColorChooser pane,
                                              java.awt.Component component,
                                              java.lang.String title)
                                       throws java.awt.HeadlessException
Throws:
java.awt.HeadlessException