main.java
1 |
|
2 |
public static void main(String[] args) { |
3 |
gui test = new gui(); |
4 |
|
5 |
} |
6 |
} |
7 |