]>
wirehaze git hosting - axolotl.git/blob - client/src/main/java/ovh/wirehaze/axolotl/client/Main.java
be03de13a988377ffbe7c30cca2381bbc185535c
1 package ovh
.wirehaze
.axolotl
.client
;
7 public static void main(String
[] args
) {
8 SwingUtilities
.invokeLater(new Runnable() {
16 private static void createMainWindow() {
17 JFrame frame
= new JFrame("Axolotl");
18 frame
.setDefaultCloseOperation(JFrame
.EXIT_ON_CLOSE
);
19 frame
.setSize(400, 300);
20 frame
.setVisible(true);