Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public void actualiser(char[][] c) {
  2. this.jP.remove(this.getAffichage());
  3. this.remove(jP);
  4. RoomPanel r = new RoomPanel(c);
  5. this.setAffichage(r);
  6. this.jP.add(r);
  7. this.setContentPane(jP);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement