| Author |
Icon in JTextArea
|
Sachin dev
Greenhorn
Joined: Aug 15, 2001
Posts: 7
|
posted

0
|
hi , Is it possible to insert or paint an Icon in JTextArea and whenever needed ,it should be removed,I also want editable text inside my JTextArea.
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
I don't think so. Not with a JTextArea. You could use a JEditorPane or JTextPane probably though. Since it will accept HTML. And it is still Editable.
|
 |
Sachin dev
Greenhorn
Joined: Aug 15, 2001
Posts: 7
|
posted

0
|
Thanx ,Mr/Ms Gregg Bolinger Could u please reply with more details(icon in JTextPane or JEditorPane) ,if possible with a example
|
 |
 |
|
|
subject: Icon in JTextArea
|
|
|