Java Game Programming for Beginners - #1 - Creating a Screen for a Game
Loading...
12,863
Loading...
Uploader Comments (TheJavaHub)
Top Comments
-
THIS is how a tutorial is DONE!
-
mine says it has errors even though I did exactly like in the video
I'm using eclipse on WinXP Home 32bit latest jdk version
Loading...
how do u import ?
GREENPAND4 1 week ago
@GREENPAND4 At the top of the file, before you declare 'public class Whatever' you write 'import x.x.x;' - Replacing the x's with whatever you are trying to import. In the case of the JFrame, it looks like this: 'import javax.swing.JFrame;'
TheJavaHub 1 week ago
I also can not get the game screen to come up. I'm using notepad++. Will it work with that? Or should I use something else?
dhayes2277 1 month ago
@dhayes2277 You should try and use an IDE like netbeans or eclipse but it should still work by manually compiling it. Post your code on the forums and I'll take a look.
TheJavaHub 1 month ago