How to Show Moving text (Marquee) in a Label or TextArea.
807591Jun 17 2008 — edited Jun 17 2008I want to show marquee text in oracle application. For that i want the code for display marque text in either label or text area.
Oracle forms uses AWT components thats why i want this code in AWT components.
I just pass(string,fontsize,fontcolor,fontstyle,marquu behavior) like ('JAVA',12,'RED','ARIAL','UP') & scrolling starts.
I want to make java bean for that.
Somebody help me by providing code .
Regards