- f.setSize(320,200);
- f.setBounds(10,10,500,400);
- f.setForeground(Color.white);
- f.setVisible(true);