Package gov.nih.mipav.view.dialogs
Class JDialogLightBox.OkBgListener
- java.lang.Object
-
- gov.nih.mipav.view.dialogs.JDialogLightBox.OkBgListener
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
- Enclosing class:
- JDialogLightBox
class JDialogLightBox.OkBgListener extends java.lang.Object implements java.awt.event.ActionListener
pick up the selected color and call method to change the grid color. For use by the color chooser.
-
-
Constructor Summary
Constructors Constructor Description OkBgListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
DOCUMENT ME!
-