Package net.sf.latexdraw.ui.dialog

Examples of net.sf.latexdraw.ui.dialog.PreferencesFrame


   * @return The preferences frame.
   * @since 3.0
   */
  protected PreferencesFrame initialisePreferencesFrame() {
    if(preferenceFrame==null) {
      preferenceFrame = new PreferencesFrame(prefSetter);
      prefSetter.addEventable(preferenceFrame);
    }
    return preferenceFrame;
  }
View Full Code Here

TOP

Related Classes of net.sf.latexdraw.ui.dialog.PreferencesFrame

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.