All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, UIResource

public class ColorPalettesChooser extends RadianceColorChooserPanel implements UIResource
ColorPalettesChooser.
Version:
1.1 2006-04-23 Get UIManager directly from UIManager.
1.0.1 2005-11-07 Load "UIManager" resource bundle from UIManager.
1.0 September 18, 2005 Created.
See Also:
  • Field Details

    • lastSelectedPalette

      private static int lastSelectedPalette
      We store here the name of the last selected color sliders panel. When the ColorSlidersChooser is recreated multiple times in the same panel, the application 'remembers' which panel the user had opened before.
    • paletteCombo

      private JComboBox paletteCombo
    • paletteLabel

      private JLabel paletteLabel
    • paletteList

      private JList paletteList
    • paletteScrollPane

      private JScrollPane paletteScrollPane
  • Constructor Details

    • ColorPalettesChooser

      public ColorPalettesChooser()
      Creates a new instance.
  • Method Details