hell + gui
This commit is contained in:
parent
4a63c7c01e
commit
b05b7cd13c
9 changed files with 212 additions and 3 deletions
12
userInterface/UserInterface.java
Normal file
12
userInterface/UserInterface.java
Normal file
|
@ -0,0 +1,12 @@
|
|||
package userInterface;
|
||||
|
||||
public class UserInterface extends Thread {
|
||||
private Window window;
|
||||
|
||||
public UserInterface() {
|
||||
window = new Window();
|
||||
}
|
||||
|
||||
public void run() {
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue