is this possible in java applet?
Like for example.. i have two buttons.. when i click the button, the caption of the other button will change?
If this is possible.. can i know what is the command for this one?
thanks so much..;)
Printable View
is this possible in java applet?
Like for example.. i have two buttons.. when i click the button, the caption of the other button will change?
If this is possible.. can i know what is the command for this one?
thanks so much..;)
lookup the JButton.setText method