Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Java applets

Name: Anonymous 2007-06-01 19:18 ID:yPagbrMh

can someone help me maybe? i need to test some applets we're working on in class, but i can't remember the HTML code to launch an applet. there was one given to us in class, it was three lines at the beginning and end (opening and terminating command type things), with a line where we put the name of the applet in the middle.

Name: Anonymous 2007-06-03 14:23 ID:ce/HDopZ

thanks, but i already knew that... i've advanced further toward getting this thing to work, i think, and but still have pretty much the same problem

    public void paint (Graphics page)
    {
        figure1.draw (page);
        figure2.draw (page);
        figure3.draw (page);
        figure4.draw (page);
        figure1.move(1,0);
        figure2.move(-1,0);
    }
   
    public void animate()
    {
        for (int time = 0; time <50; time++)
        {
            repaint();
        }
    }

this doesn't work. i have no idea why.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List