Package jpianotrain.util

Examples of jpianotrain.util.UserConfiguration.done()


    uc.putProperty(WINDOW_BOUNDS, r);
    uc.putProperty(LOOK_AND_FEEL, UIManager.getLookAndFeel().getClass().getName());
    log.debug("info panel minimized: "+(splitPanel.getDividerLocation()>=splitPanel.getMaximumDividerLocation()));
    uc.putProperty(INFO_PANEL_LOCATION, splitPanel.getDividerLocation());
    uc.putProperty(INFO_PANEL_LAST_LOCATION, splitPanel.getLastDividerLocation());
    uc.done();
  }
 
  private ButtonGroup modeGroup;

  private ConfigurationDialog configurationDialog;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.