-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ public void run() { | |
|
||
|
||
|
||
JFrame frame = new JFrame(" ADDA GUI"); | ||
JFrame frame = new JFrame(" ADDA GUI ["+ Context.VERSION + "]"); | ||
MainForm app = new MainForm(); | ||
app.setLoadingVisible(true); | ||
app.getShortcutPanel().setBorder(BorderFactory.createMatteBorder(0, 0, 1, 0, Color.lightGray)); | ||
|
@@ -165,7 +165,7 @@ public void actionPerformed(ActionEvent e) { | |
helpMenu.add(openHelpSystem); | ||
final JMenuItem about = new JMenuItem("About"); | ||
about.addActionListener(e -> { | ||
JOptionPane.showMessageDialog(null, "<html>Version <b>0.1beta</b>.<br> Use [email protected] to contact dev team</html>"); | ||
JOptionPane.showMessageDialog(null, "<html>Version <b>" + Context.VERSION +"</b>.<br> Use [email protected] to contact dev team</html>"); | ||
}); | ||
helpMenu.add(about); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters