Guest User

Untitled

a guest
Jan 17th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. JButton startButton = new JButton();
  2. startButton.setText("Komponente" + className + "starten");
  3.        
  4. loadComponentPanel.add(startButton);
  5. loadComponentPanel.revalidate();
  6. validate();
Add Comment
Please, Sign In to add comment