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