package org.magmax.masterjava.tema2.canvas; /** * Hello world! * */ public class App { public static void main( String[] args ) { RandomDrawer window = new RandomDrawer (); window.setVisible(true); } }