File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT / JFace and the fly likes How to Add the Text field to the TextArea or TextPane Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "How to Add the Text field to the TextArea or TextPane" Watch "How to Add the Text field to the TextArea or TextPane" New topic
Author

How to Add the Text field to the TextArea or TextPane

ch patel
Greenhorn

Joined: Apr 07, 2009
Posts: 1
I want to add the Text field to the TextArea or TextPane, is it possible ?
My aim is i want to read the text fiel in textpane/textarea and want to display the text field near the values which are read from the text file, so i need to display textfield as well as valeus of text file.

I think it may be not possible due to that textarea or textpane is not a contenar.

suggest if any solution is their.

Thanks
Chintan Patel
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32421
What do you mean by "to add the Text field to the TextArea"? You can put both elements next to each other in a layout. Are you somehow imagining putting them on top of one another? (I didn't get the explanation of why you want to do this).


Android appsImageJ pluginsJava web charts
selvarajan anand
Greenhorn

Joined: Jul 29, 2004
Posts: 4
yeah. you can add a textfield to the textarea. it is possible. But, the textfield overlaps over the text of the textarea. try if you can make it opaque and adjusting the layout( if possible).
Darryl Burke
Bartender

Joined: May 03, 2008
Posts: 2516

Just another cross poster.
http://www.java-forums.org/awt-swing/18018-how-add-text-field-textarea-textpane.html
http://forums.sun.com/thread.jspa?threadID=5378923



luck, db
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 7059

"Selvarajan",
Please check your private messages for an important administrative matter.


[Donate a pint, save a life!] [How to ask questions]
Michael Dunn
Rancher

Joined: Jun 09, 2003
Posts: 3619
Darryl's link for the sun forums cross-post should have been

http://forums.sun.com/thread.jspa?threadID=5378796&tstart=0
 
 
subject: How to Add the Text field to the TextArea or TextPane
 
developer file tools