File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes Populating text area Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Populating text area" Watch "Populating text area" New topic
Author

Populating text area

Ravi Pat
Greenhorn

Joined: Oct 04, 2004
Posts: 15
How do I populate a text area in a form, with certain pre-set values based on a drop down selection menu? Also, I need to make the text box non-editable. Please help...

Thanks
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
Adding text to an textarea/textbox:


Disabling a textbox:


Making textbox readOnly



Eric
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Populating text area
 
Similar Threads
printing on an applet
JTextArea help
I have a doubt
How to print contents of JTable !!!Very urgent
Colored Line in Text Area