forked from External/mage
C-style arrays declaration should be replaced to java-style
This commit is contained in:
parent
b23ccb8191
commit
022c1407ed
4 changed files with 4 additions and 4 deletions
|
|
@ -36,7 +36,7 @@ public class MageDesktopManager extends DefaultDesktopManager {
|
|||
}
|
||||
}
|
||||
|
||||
public static void main(String args[]) {
|
||||
public static void main(String[] args) {
|
||||
SwingUtilities.invokeLater(() -> {
|
||||
JFrame frame = new JFrame();
|
||||
frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue