Scrolling Banner with message in opposite direction
Java
2
Posts
2
Posters
0
Views
1
Watching
-
How to create a scroll banner which displays two messages scroling in opposite direction across the applet’s Window. Can anyone help me? With Regards, Suman
-
How to create a scroll banner which displays two messages scroling in opposite direction across the applet’s Window. Can anyone help me? With Regards, Suman
Not sure if this will work, but maybe it will give you a palce to start. try using methods setAlignmentX() and setAlignmentY(). Increment them in the direction you want your text banner object to move.
John P.