public static void main(String [] args) { Frame f=[[new]] Frame("asa"); f.setSize(600,600); f.setBackground(Color.yellow); f.setVisible(true);
public void windowClosing(WindowEvent we){System.exit(0);} }