Results 1 to 3 of 3
Related
-
how do i make scrolling text boxs? Forum: HTML Forum
Replies: 1 -
Scrolling text Forum: HTML Forum
Replies: 4 -
Text scrolling... Forum: HTML Forum
Replies: 1 -
scrolling text Forum: HTML Forum
Replies: 1 -
scrolling text Forum: HTML Forum
Replies: 1
-
07-19-2002, 05:51 PM #1
Putting scrolling text over Java applet?
I am really not sure if this is the right place to post, but I am having trouble figuring out how to make text scroll on a Java applet. (Lake.class) What I am after is something along the lines of a scrolling marquee where the text goes up from the bottom of the screen--or in my case a frame. I just do not have the foggiest idea of how to accomplish such a thing. I have, however, seen it done before.
Here's the code I am using:
(applet code="Lake.class" width="281" height="260")
(param name=image value="moonwater2.jpg")
(/applet)
I replaced the > with ) just for this post. ^_^
Anyway, if it helps here is the URL to design I'm working on. The top right section featuring the moon is the problem area.
http://www.angelfire.com/80s/ponymarket/junk/rockstest/
Thanks so much in advance for any help!
~Moon Shadow
-
07-19-2002, 06:15 PM #2
This would most likely require you to edit the Java applet itself.
Since Java is compiled into byte-code, you cannot do this unless you have a source file ( .java file ).
I would suggest searching for something like 'Java Lake Effect with Scrolling Text'
Hope this was a help
Eric
P.S. Java is one nifty language, im learning that and c++ now..
-
07-19-2002, 11:44 PM #3
Thanks Erik!
I did a search for 'Java Lake Effect with Scrolling Text' and finally came up with what I was looking for. (after much confusion)
I know basically nothing about Java, so your post was extremely helpful. It's all I can do to tackle basic html. lol!
~Moon Shadow