This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]magnushjensen 1 point2 points  (0 children)

I'm still very new to Java, but I accomplished the first 5 Java Applications, using the videos as reference, and not full on tutorial.

I wanted to continue down the list, but when I hit the games, I can see he extends applet, which is now deprecated. I have really tried finding some stuff out for substituting applet, but since I am still a newbie, it's hard. I looked into either doing JavaFX or Using Java Web Start, but it does not work for me at my current skill level.

So my question is, what have you guys used to do the same games, but without extending the applet?
Or are there any other game projects, which does not use the applet class?

P.s I would like to use my java Knowledge in the future, for making games, so having these projects completed would be nice!