Class ColorPaletteDesigner

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ColorPaletteDesigner extends JPanel
See Also:
  • Constructor Details

    • ColorPaletteDesigner

      public ColorPaletteDesigner()
  • Method Details

    • init

      public void init()
    • isModified

      public boolean isModified()
    • setModified

      public void setModified(boolean modified)
    • getUndoManager

      public UndoManager getUndoManager()
    • saveProperties

      public void saveProperties(String filename) throws IOException
      Save all ui manager properties to file
      Parameters:
      filename -
      Throws:
      IOException
    • loadProperties

      public void loadProperties(String filename) throws IOException
      Load all ui manager properties from file
      Parameters:
      filename -
      Throws:
      IOException
    • changeColor

      public void changeColor(String key, Color color)
      Change color of given UIManager key
      Parameters:
      key -
      color -