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