/** * Main class * @author bencall * */ // public class RPlay{ /** * @param args */ public static void main(String[] args) { new Window(); } }