Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. package Applet;
  2. import javax.swing.JFrame;
  3.  
  4. public class browserMain {
  5.  
  6. public static void main (String args[]){
  7. dafdefan bro = new dafdefan();
  8. bro.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement