public class OknoGaraze{ public static void main(String args[]){ Garaza ff; ff = new Garaza (400, 300); ff.setVisible(true); } //main } //OknoGaraze