Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. import javax.swing.JFrame;
  2. public class menuTzayar extends JFrame{
  3. public static void main(String args[]){
  4. tzayar tza = new tzayar();
  5. tza.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
  6. tza.setSize(450,550);
  7. tza.setVisible(true);
  8. tzayar2 t = new tzayar2();
  9.  
  10. t.setSize(450,550);
  11. t.setVisible(true);
  12. }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement