Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Animal animal;
  2. Animal animal222;
  3.  
  4. JOptionPane.showMessageDialog(null, "Stop 1");
  5.  
  6.  
  7. animal222 = new Animal();
  8.  
  9.  
  10.  
  11. JOptionPane.showMessageDialog(null, "Stop 2");
  12.  
  13. //animal.nome = "Haaaas";
  14.  
  15. animal222.nome = "Heee";
  16.  
  17. JOptionPane.showMessageDialog(null, "Stop 3");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement