0
Need code for displaying text in a label after typing it and hitting a button.
with button, text field and label.
2 odpowiedzi
+ 11
Which gui api? And what about your tag 'iterators'?
+ 3
public void buttonNameActionPerformed(java.awt.event.ActionEvent evt){
label.setText("Hello World");}