/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package spiel; /** * * @author 0wg3viol */ public class Main { /** * @param args the command line arguments */ public static void main(String[] args) { SpielGUI s = new SpielGUI(); s.setVisible(true); } }