Package se.llbit.chunky.launcher

Examples of se.llbit.chunky.launcher.LauncherSettings.save()


      public void actionPerformed(ActionEvent e) {
        JCheckBox source = (JCheckBox) e.getSource();
        LauncherSettings settings = new LauncherSettings();
        settings.load();
        settings.showLauncher = source.isSelected();
        settings.save();
      }
    });

    GroupLayout layout = new GroupLayout(optionsPanel);
    optionsPanel.setLayout(layout);
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.