Skip to content

Commit

Permalink
fixed dialog connect
Browse files Browse the repository at this point in the history
  • Loading branch information
jberclaz committed Jul 19, 2024
1 parent 8624b86 commit 368da3f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/com/leflat/jass/client/DialogConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@ private void onCheckBox() {
labelAiPlayer.setEnabled(!joinGame);
}

public static void main(String[] args) {
var dialog = new DialogConnection(null, "name", "host");
dialog.pack();
dialog.setVisible(true);
System.exit(0);
}

{
// GUI initializer generated by IntelliJ IDEA GUI Designer
// >>> IMPORTANT!! <<<
Expand Down

0 comments on commit 368da3f

Please sign in to comment.