Package frond.frames

Examples of frond.frames.CustomColourSchemeEditor$SliderChangeListener


  /**
  * Shows a JPanle that allows the ColourScheme to be edited and returns a handle
  */
  public CustomColourSchemeEditor showEditColourScheme() {
    if (colourSchemeEditor == null) {
      colourSchemeEditor = new CustomColourSchemeEditor(this);
    }
    colourSchemeEditor.showEditor();
    return colourSchemeEditor;
  }
View Full Code Here

TOP

Related Classes of frond.frames.CustomColourSchemeEditor$SliderChangeListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.