Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. package rotulo;
  2. import javax.swing.JFrame;
  3. public class RotuloTest {
  4. public static void main(String[] args){
  5. Rotulo r = new Rotulo();
  6. r.setDefaultCloseOperation(Rotulo.EXIT_ON_CLOSE);
  7. r.setSize(260,180);
  8. r.setVisible(true);
  9.  
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement