How to Add the Text field to the TextArea or TextPane
ch patel
Greenhorn
Joined: Apr 07, 2009
Posts: 1
posted
0
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: 35257
7
posted
0
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).
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).