Skip to content

Commit

Permalink
Merge pull request #12 from morea-framework/issue-08-Add-Note-in-More…
Browse files Browse the repository at this point in the history
…a-Settings

Issue-08 Done: Added Note into MOREA Settings
  • Loading branch information
adrianwtam authored Apr 6, 2023
2 parents 0929348 + ceb9c69 commit baa8490
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@
public class AppSettingsComponent {

private final JPanel myMainPanel;

private final JLabel header = new JLabel("[New Module Button Settings]: Controls files automatically created when making a new Module");
private final JBCheckBox myOutcomeStatus = new JBCheckBox("Outcomes");
private final JBCheckBox myReadingStatus = new JBCheckBox("Readings");
private final JBCheckBox myExperienceStatus = new JBCheckBox("Experiences");
private final JBCheckBox myAssessmentStatus = new JBCheckBox("Assessments");

public AppSettingsComponent() {
myMainPanel = FormBuilder.createFormBuilder()
.addComponent(header, 1)
.addComponent(myOutcomeStatus, 1)
.addComponent(myReadingStatus, 1)
.addComponent(myExperienceStatus, 1)
Expand Down

0 comments on commit baa8490

Please sign in to comment.