Remove unnecessary file
This commit is contained in:
parent
d04f74f992
commit
2d1e65730c
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
package ch.nuth.zhaw.exbox;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author K. Rege
|
|
||||||
* @version 1.0 -- Experimentierkasten
|
|
||||||
*/
|
|
||||||
public class ExBox {
|
|
||||||
public static void main(String[] args) {
|
|
||||||
ExBoxFrame f = new ExBoxFrame();
|
|
||||||
f.setLocationRelativeTo(null);
|
|
||||||
f.setVisible(true);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue