![]() |
|
[Java Game]Pong Game implemented in Java - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Java, JVM, & JRE (https://sinister.ly/Forum-Java-JVM-JRE) +--- Thread: [Java Game]Pong Game implemented in Java (/Thread-Java-Game-Pong-Game-implemented-in-Java) Pages:
1
2
|
RE: [Java Game]Pong Game implemented in Java - Buster - 08-01-2013 Hn, can I compile this code as Java application but not Applet? RE: [Java Game]Pong Game implemented in Java - Psycho_Coder - 08-01-2013 (08-01-2013, 01:57 AM)Buster Wrote: Hn, can I compile this code as Java application but not Applet? Yes you can.Use a JFrame and extend the Canvas Class and draw in the canvas. |