Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Applet troubles
Name: Raven Date: April 25, 2002 at 15:44:02 Pacific
Comment:
I created two files, KochSnowflake (extends JApplet) and KochPanel, both interact with each other. They both out put .class files. How do I view the applet that is created? do i need both .class's int the ? i know very little HTML
Summary: hi, if anybody has had some experience with java applet programming, could you possibly email me (alungroome@hotmail.com) i am having trouble getting something to work! Thanks in advance ...
Summary: I am trying to create an applet that will convert three numbers. I am having trouble with imput. I can't figure out how to get this program to accept the three numbers!! I am new to Java and having ...
Summary: Having trouble w/ sine function in qbasic program I wrote...not quite accurate for some reason. Please help... INPUT "x=?", x# b# = 0 FOR n = 1 TO 100 a# = 1 FOR i = 1 to n a# = a# * (2i - 1) NEXT i ...