Erstellen Sie einen neuen Java -Swing -Schaltfläche

JButton button = new JButton("Button text");

frame.add(button);
Mikicrep