Computer Science Canada Intializing Applet |
Author: | jamonathin [ Wed Dec 21, 2005 2:47 pm ] | ||
Post subject: | Intializing Applet | ||
Hey all, wanted to get back into making games (as some of you may know) and i'm just going to start with a basic brickout style game. But i cant seem to get anything to start. How do I go about initializing my applet? Here's my code. The only part I wanna see right now is refresh();. The other stuff is there for later on.
|
Author: | wtd [ Wed Dec 21, 2005 2:48 pm ] | ||
Post subject: | |||
That's in even the most basic applet tutorial. Google is your friend, especially with "site:java.sun.com". |
Author: | jamonathin [ Thu Dec 22, 2005 10:32 am ] | ||||
Post subject: | |||||
Yeah turns out i needed
and
I saw those in the other example, but I thought they were just user created names, not that init and run were needed . |
Author: | jamonathin [ Thu Dec 22, 2005 10:33 am ] | ||||
Post subject: | |||||
Yeah turns out i needed
and
I saw those in the other example, but I thought they were just user created names, not that init and run were needed . |