gui.menu.select
Class bgColorSelect

java.lang.Object
  |
  +--gui.menu.select.bgColorSelect
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class bgColorSelect
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
bgColorSelect()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
static bgColorSelect getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

bgColorSelect

public bgColorSelect()
Method Detail

getInstance

public static bgColorSelect getInstance()
Returns:
the single instance of this object

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener