commit
This commit is contained in:
parent
b05b7cd13c
commit
29ce62150e
10 changed files with 153 additions and 37 deletions
|
@ -1,10 +1,12 @@
|
|||
package userInterface;
|
||||
|
||||
import universe.*;
|
||||
|
||||
public class UserInterface extends Thread {
|
||||
private Window window;
|
||||
|
||||
public UserInterface() {
|
||||
window = new Window();
|
||||
public UserInterface(Universe universe) {
|
||||
window = new Window(universe);
|
||||
}
|
||||
|
||||
public void run() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue