Module greenlab

Class GreenLabColorBox

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class GreenLabColorBox extends JPanel
The Color Chooser including a label to display color and a button to open a color chooser to select color
Author:
Cong Ding
See Also:
  • Constructor Details

    • GreenLabColorBox

      public GreenLabColorBox(String keyString, String p, int n)
  • Method Details

    • setText

      public void setText(String p, int n)
    • update

      public void update()
    • setEnabled

      public void setEnabled(boolean b)
      Overrides:
      setEnabled in class JComponent