| Author |
Image
|
amit lo
Greenhorn
Joined: Feb 19, 2007
Posts: 4
|
|
How one can draw image in a TextArea ,as appears in rediff chat or any chat which gives the facility to send images.
|
 |
Tony Alicea
Desperado
Sheriff
Joined: Jan 30, 2000
Posts: 3219
|
|
Why do you think they call it TextArea?  [This message has been edited by Tony Alicea (edited April 07, 2000).]
|
Tony Alicea
Senior Java Web Application Developer, SCPJ2, SCWCD
|
 |
amit lo
Greenhorn
Joined: Feb 19, 2007
Posts: 4
|
|
We want to append Text with Image.For example if we want to send some message say"It,s nice for calling.", it should appear on the TextArea or whatever be.Now next time we send an Image, now this image should also be appended on the above TextArea or whatever be.
|
 |
Jim Yingst
Wanderer
Sheriff
Joined: Jan 30, 2000
Posts: 18670
|
|
I think you'll want to use a glass pane - a transparent area laid on top of another component which you can then write on. Check out Sus'n tutorial at http://java.sun.com/docs/books/tutorial/uiswing/components/rootpane.html.
|
"I'm not back." - Bill Harding, Twister
|
 |
 |
|
|
subject: Image
|
|
|