Hello.
I have a very weird problem using JTextArea class.
Whenever i put large amount of text in it,
it is getting hugh and controls on my screen.
in TextArea class, it gets an automatic scrollbar.
How to I make the same thing in JTextArea?
please help me...
I need help in updating a URL object's value when a button is being pressed.
I have Textfield names tf and a url Object names page
I tried the following:
public void action(Event evt, Object arg) {
if (evt.target instanceof Button) {
page = tf.getText();
return true;
}
else...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.