Hello Friends,
At present Iam using AWT to build an interface in an
applet. I can't switch to
Java Swings as every client may not have plugin to render swing components. So, I want to accomplish interface through AWT components only. Can anyone guide me how to display images in java.awt.TextArea and how to display text in different colors in java.awt.TextArea. Is there any alternate way to accomplish this through AWT?
Regards,
Ch.Praveen