Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
import enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas committed Jan 25, 2018
1 parent 76d87c9 commit 4f30851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mpv5/ui/dialogs/subcomponents/wizard_FirstSettings1.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public static void build(JFrame f) {
//w.addPanel(new wizard_FirstSettings4(w, dir));
w.addPanel(new wizard_FirstSettings5(w));
w.showWizAsChild();

}
private WizardMaster master;
private PropertyStore nactions;
Expand Down Expand Up @@ -158,6 +159,7 @@ public boolean back() {
}

public void load() {
jCheckBox1.setSelected(true);
}

private void setModels() {
Expand Down

0 comments on commit 4f30851

Please sign in to comment.