Hey,
I want to display an ImageIcon (or any other image-type, for that matter) inside a text area, so it would act like an emoticon - meaning that it would act like text not just be there as a background image. Is it possible?
Thanks,
Idan Fast
Printable View
Hey,
I want to display an ImageIcon (or any other image-type, for that matter) inside a text area, so it would act like an emoticon - meaning that it would act like text not just be there as a background image. Is it possible?
Thanks,
Idan Fast
Use a JTextPane. It supports an insertIcon() method.