Skip to content

Commit

Permalink
Change Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bananaplayctf committed Apr 12, 2024
1 parent 9bde433 commit 78c8b57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/com/hust/cyber/Main.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package com.hust.cyber;

import javafx.application.Application;

public class Main {
public static void main(String[] args) {
// Launch the JavaFX application by calling the launch method
System.out.println("HELLO");
LoginForm.launch(LoginForm.class, args);

Application.launch(LoginForm.class, args);
}
}

0 comments on commit 78c8b57

Please sign in to comment.