Remove unnecessary file

This commit is contained in:
Manuel Thalmann 2022-10-31 20:17:32 +01:00
parent d04f74f992
commit 2d1e65730c

View file

@ -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);
}
}