Guest User

Untitled

a guest
May 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. {
  2. MenuOperaciones Menu = new MenuOperaciones();
  3. contenedor = panel0;
  4. contenedor.removeAll();
  5. contenedor.setBackground(Color.red);
  6. Menu.setSize(panel0.getSize());
  7. Menu.setBounds(panel0.getBounds());
  8.  
  9. contenedor.add(Menu);
  10. contenedor.repaint();
  11. contenedor.validate();
  12. }
Add Comment
Please, Sign In to add comment