IntelliJ open source
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Swing / AWT / SWT / JFace
 
RSS feed
 
New topic
Author

How to Add the Text field to the TextArea or TextPane

ch patel
Greenhorn

Joined: Apr 07, 2009
Messages: 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
Sheriff

Joined: Mar 22, 2005
Messages: 26787

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).

Java web chartsImageJ PluginsSpecification URLsJava FAQs
selvarajan anand
Greenhorn

Joined: Jul 29, 2004
Messages: 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
Ranch Hand

Joined: May 03, 2008
Messages: 253

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
Bartender

Joined: Jul 26, 2007
Messages: 4244

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

work is the scourge of the drinking class
Michael Dunn
Rancher

Joined: Jun 09, 2003
Messages: 3093

Darryl's link for the sun forums cross-post should have been

http://forums.sun.com/thread.jspa?threadID=5378796&tstart=0
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Swing / AWT / SWT / JFace
 
RSS feed
 
New topic
IntelliJ open source