How can I show text on load inside a textarea when the program is run?
Currently, text is shown on ActionPerformed, but i want it to show when the program is run.
How can I show text on load inside a textarea when the program is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Simply pass the initial value to the constructor
It’s the same for
JTextArea.