lab10
This commit is contained in:
15
lab/lab10/Question7/Start.java
Normal file
15
lab/lab10/Question7/Start.java
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Answer to question.
|
||||
*
|
||||
*/
|
||||
public class Start {
|
||||
public static void main(String[] args) {
|
||||
// Dispather
|
||||
javax.swing.SwingUtilities.invokeLater(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
new MyFrame();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user