lab12
This commit is contained in:
12
lab/lab12/Question2/Start.java
Normal file
12
lab/lab12/Question2/Start.java
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Author: CHEN Yongyuan (Walter) 1930006025 from OOP(1007).
|
||||
*/
|
||||
public class Start {
|
||||
public static void main(String args[]) {
|
||||
javax.swing.SwingUtilities.invokeLater(new Runnable() {
|
||||
public void run() {
|
||||
new MyFrame();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user