@gordanzzzz No I disagree. I think that this is for people who know Java and are not sure what libraries to use. If you want to learn java to to TheNewBoston.
at 3:18 my code is EXACTLY the same as urs, except the setVisible(true); is an error :/ Any ideas? It says "Cannot make a static reference to the non-static method setVisible(boolean) from the type Window "
@StripyIce Can you just send me a message with the constructor you have. (from public Shooter() { to the end '}') Not sure why it would say that so I need to see for myself. Thanks
@mrivpeanutiv glad you like it. I was always trying to get it where you could read it clearly enough. Fullscreen is annoying for a lot of people since you don't have a second monitor to also copy as you go :)
@crazyclown36 Ha yes it is, When i had my laptop and the screen i have now on my desktop it was so much better because Full screen Plus applications on the other one :), Thanks for the series again,
@skullkil07 Unfortunately I've switched computers and lost to source to these tutorials. If you would like I could possibly re-write them in a much better format so I could provide a link to download.
@pyropshere228 It's recommended but certainly this is a more basic tutorial than some of the stuff that can be made with Java. So feel free to try it :)
Great demo. The "things" in the method brackets are called "parameters," and I think you are using the "final" keyword because you want to make sure your constructor method cannot change the parameter values to anything other than what you pass in? Final prevents your code from making a second assignment to a variable.
Great demo. The "things" in the method brackets are called "parameters," and I think you are using the "final" keyword because you want to make sure your constructor method cannot change the parameter values to anything other than what you pass in? Final prevents your code from making a second assignment to a variable.
@jsprowse correct, but you don't need it in this case cause the params are local only. So final is just so it cannot be changed inside of the method at any point.
Great demo. The "things" in the method brackets are called "parameters," and I think you are using the "final" keyword because you want to make sure your constructor method cannot change the parameter values to anything other than what you pass in? Final prevents your code from making a second assignment to a variable.
Great demo. The "things" in the method brackets are called "parameters," and I think you are using the "final" keyword because you want to make sure your constructor method cannot change the parameter values to anything other than what you pass in? Final prevents your code from making a second assignment to a variable.
I have followed what you've written on the program ... but here I am using netbeans. which became my question is coding in Eclipse when entered on the Netbeans will be the same or different? because in this part of Netbeans gets a lot of errors.
Is there an email that can be contacted?? tnx a lot
thx for this, its hard to find a good resource thatll walk you through every step to creating a game. you mentioned though that you wanted to explain things more clearly and in depth than longhorndude, but you were still moving fast and the way you were winging your explanations can cause confusion. like how you mentioned you wanted to add getters and setters for every field because it looks "professional", that doesnt mean anything... u barely explain all those JFrame methods too.
yeah I created this a long time ago. I wasn't very knowledgeable. I have a new channel (letsprogram) check it out, it has some more stuff. I also figured the JFrame stuff was self explanatory.
this tutorial is terrible... u are not teaching me anything - THe point of tutorials is to teach people what your doing..not just do it and let people copy u
Actually this was an earlier project I had after I had thrown some real tutorials out. This was meant to be something so people could try to interpret the code on themselves, it was an experiment for myself really. I wanted to see what feedback I got, and who needed help and what they needed help with. That way I could focus on explaining that more.
Anyways with all that said, I have a new channel: letsprogram and it also has a website. be sure to check the channel out.
this guide is really excellent - thank you! however, I'm new to java, having only used C and C++ in the past, so can you recommend a good starter book (or online tutorial)? In particular, I'm not very comfortable with creating graphics and double buffering, but it'd also be good to see more of how classes work and interact.
How about a real tutorial like four people that open java four the first time?
gordanzzzz 3 weeks ago
@gordanzzzz If you want that, I suppose..
crazyclown36 3 weeks ago
@crazyclown36
This is what I need I am working with unity and I need to learn this java script so I can make my game if u have any questions pm me thanks
gordanzzzz 3 weeks ago
@gordanzzzz Sorry Java and Javascript are two different things. Unity uses Javascript which I know only a little of myself.
crazyclown36 3 weeks ago
@crazyclown36
Thanks four clearing that out four me because I am going creasy over hear :)
Do u know any good tutorials four java script four the beginers ???
gordanzzzz 3 weeks ago
@gordanzzzz OH DEAR GOD SO MANY GRAMMAR/SPELLING ERRORS!
Let me fix that for you.
"Thanks for clearing that up for me, because I am going crazy over here.
Do you know any good tutorials for JavaScript for the beginners?
stupinator 2 weeks ago
@stupinator F U <----- did I spell it write U ass
English is a third language four me, how many do u speak ??? smart ass
gordanzzzz 1 week ago
@crazyclown36 I don't really no. Never needed to know Javascript, maybe just try checking out some Unity tutorials for ones that also use Javascript.
crazyclown36 3 weeks ago
@crazyclown36 unity's javascript isn't the javescript you use on the web - it's actually called UnityScript - or you stick with C#
TheCADuser 2 weeks ago
@TheCADuser Ah ok.. yeah never really used Unity like I said or Javascript. Thanks for clarifying that
crazyclown36 2 weeks ago
@gordanzzzz No I disagree. I think that this is for people who know Java and are not sure what libraries to use. If you want to learn java to to TheNewBoston.
GamerEveryMinute 2 weeks ago
@GamerEveryMinute
I need java script not java
gordanzzzz 2 weeks ago
You should have played the game at the end
novalyze 2 months ago
at 3:18 my code is EXACTLY the same as urs, except the setVisible(true); is an error :/ Any ideas? It says "Cannot make a static reference to the non-static method setVisible(boolean) from the type Window "
StripyIce 4 months ago
@StripyIce Can you just send me a message with the constructor you have. (from public Shooter() { to the end '}') Not sure why it would say that so I need to see for myself. Thanks
crazyclown36 4 months ago
@crazyclown36
Nvm lol fixed it, put it in the wrong place :P
StripyIce 4 months ago
@StripyIce Ah ok! Well best of luck ;p
crazyclown36 4 months ago
@crazyclown36
Thanks! You'll be able to tell which part i'm on, i'll make a comment at the end of each part :D Lol
StripyIce 4 months ago
@StripyIce Haha right on
crazyclown36 4 months ago
good tutorial bro but ur voice is bland which make it annoying try and put more personality into it
skippyninjaxx 4 months ago
NICE tutorial, i liked it :D
i also subbed ;)
omgimtheboss 4 months ago
@omgimtheboss Thanks, glad you liked it
crazyclown36 4 months ago
bro Great quality Alot of videos you have to squint and you cant see the text unless you are fullscreen but this is Aweome thanks.
mrivpeanutiv 5 months ago
@mrivpeanutiv glad you like it. I was always trying to get it where you could read it clearly enough. Fullscreen is annoying for a lot of people since you don't have a second monitor to also copy as you go :)
crazyclown36 5 months ago
@crazyclown36 Ha yes it is, When i had my laptop and the screen i have now on my desktop it was so much better because Full screen Plus applications on the other one :), Thanks for the series again,
Gawd i have to get anouther Screen :P
mrivpeanutiv 5 months ago
Nice tip on the built in getters and setters feature. That would have saved a LOT of time on my projects. Nice series so far.
piexiv 10 months ago
@piexiv i finished this series, the other videos (other 7) are already uploaded. still hoping to do more but time is short lately.. i hate it.
crazyclown36 8 months ago
Comment removed
MCModSpotlight 7 months ago
Download Link...
skullkil07 11 months ago
@skullkil07 Unfortunately I've switched computers and lost to source to these tutorials. If you would like I could possibly re-write them in a much better format so I could provide a link to download.
crazyclown36 11 months ago
mrjavahelps deserve credits
biggerthanblue 1 year ago
@biggerthanblue and why is that? I made this not him. I knew java without watching his videos.
crazyclown36 1 year ago
@crazyclown36 my mistake..
biggerthanblue 1 year ago
@biggerthanblue no problem
crazyclown36 1 year ago
This has been flagged as spam show
Hey i need help with the commenting, can you e-mail me at mahruf_1994@hotmail.com
MrShadeslayer 1 year ago
under the player class, my final Image img is underliined
Jsnowboard 1 year ago
@Jsnowboard Hover over that bit and let me know what it says. It may have some auto complete options that you could try as well.
crazyclown36 1 year ago
@crazyclown36 im using a different program than the one in this video, it just says error
Jsnowboard 1 year ago
@Jsnowboard if you want you can add me on msn: mechsearch@hotmail.com I can help you out from that
crazyclown36 1 year ago
IM SO CONFUSED!but thats okay because i dont program XD
btw HAI CURSED
mawrshmallo 1 year ago
@mawrshmallo Lol that's fine. But what's up :D
crazyclown36 1 year ago
My - are underlined...what the hell?
Dragonruler100 1 year ago
@Dragonruler100 I'm not sure what you mean?
crazyclown36 1 year ago
do you need to have prior knowledge on java programming
pyropshere228 1 year ago
@pyropshere228 It's recommended but certainly this is a more basic tutorial than some of the stuff that can be made with Java. So feel free to try it :)
crazyclown36 1 year ago
This has been flagged as spam show
Great demo. The "things" in the method brackets are called "parameters," and I think you are using the "final" keyword because you want to make sure your constructor method cannot change the parameter values to anything other than what you pass in? Final prevents your code from making a second assignment to a variable.
jsprowse 1 year ago
Great demo. The "things" in the method brackets are called "parameters," and I think you are using the "final" keyword because you want to make sure your constructor method cannot change the parameter values to anything other than what you pass in? Final prevents your code from making a second assignment to a variable.
jsprowse 1 year ago
@jsprowse correct, but you don't need it in this case cause the params are local only. So final is just so it cannot be changed inside of the method at any point.
crazyclown36 1 year ago
This has been flagged as spam show
Great demo. The "things" in the method brackets are called "parameters," and I think you are using the "final" keyword because you want to make sure your constructor method cannot change the parameter values to anything other than what you pass in? Final prevents your code from making a second assignment to a variable.
jsprowse 1 year ago
Great demo. The "things" in the method brackets are called "parameters," and I think you are using the "final" keyword because you want to make sure your constructor method cannot change the parameter values to anything other than what you pass in? Final prevents your code from making a second assignment to a variable.
jsprowse 1 year ago
@jsprowse final makes the variables into constants and that means exactly what you said
bbnoctor 1 year ago
I watched this out of boredom and in case anyone doesn't know:
NetBeans can generate getters and setters as well.
gotta love them netbeans
Brefamo 1 year ago
@Brefamo thanks for the information, hopefully it will help some others :)
crazyclown36 1 year ago
One thin I wont understand, why do I need getters and setters? Why cant i just make the attributes public?
krux02 1 year ago
@krux02 To make thing Object Oriented and follow Java conventions.
crazyclown36 1 year ago
Theres alot of mouthsounds in this video :/
VideoKalanag4 1 year ago
I have followed what you've written on the program ... but here I am using netbeans. which became my question is coding in Eclipse when entered on the Netbeans will be the same or different? because in this part of Netbeans gets a lot of errors.
Is there an email that can be contacted?? tnx a lot
callielittle88 1 year ago
what are the meaning of the codes you use in your program??
meirwiccameir 1 year ago
@meirwiccameir madali lang yan ate. kung gusto mo turuan kita.
xyper01 1 year ago
thx for this, its hard to find a good resource thatll walk you through every step to creating a game. you mentioned though that you wanted to explain things more clearly and in depth than longhorndude, but you were still moving fast and the way you were winging your explanations can cause confusion. like how you mentioned you wanted to add getters and setters for every field because it looks "professional", that doesnt mean anything... u barely explain all those JFrame methods too.
Magikano 2 years ago
yeah I created this a long time ago. I wasn't very knowledgeable. I have a new channel (letsprogram) check it out, it has some more stuff. I also figured the JFrame stuff was self explanatory.
crazyclown36 1 year ago
this longhorn has every thing, i downloaded some theme of longhorn last year it was pretty sick for xp.
XGhiyathX 2 years ago
This is rare, i use NetBeans for Java, and NetBeans gives an error for this:
import javax.swing.JFrame;
But why :O?
CrazyMongols 2 years ago
@CrazyMongols Is the system library included in your project?
beaglese 2 years ago
this tutorial is terrible... u are not teaching me anything - THe point of tutorials is to teach people what your doing..not just do it and let people copy u
HiGhDaRrEn 2 years ago
Actually this was an earlier project I had after I had thrown some real tutorials out. This was meant to be something so people could try to interpret the code on themselves, it was an experiment for myself really. I wanted to see what feedback I got, and who needed help and what they needed help with. That way I could focus on explaining that more.
Anyways with all that said, I have a new channel: letsprogram and it also has a website. be sure to check the channel out.
crazyclown36 2 years ago
you dont want to spoonfeed anyone you said to me so you are telling lies
bbnoctor 2 years ago
unless you give him money he wont help
and maybe even then he wont help
bbnoctor 2 years ago
this guide is really excellent - thank you! however, I'm new to java, having only used C and C++ in the past, so can you recommend a good starter book (or online tutorial)? In particular, I'm not very comfortable with creating graphics and double buffering, but it'd also be good to see more of how classes work and interact.
tiswas666 2 years ago
Hey, you should check out my new channel: letsprogram
I'm always making new tutorials :)
crazyclown36 2 years ago
dont bother asking for help from crazyclown he wont give it to you
bbnoctor 2 years ago
java2 complete is a good book that was my first book
bbnoctor 2 years ago
Not being offence but you got a right nerdy voice lol
alginonico 2 years ago
yeah i realize ;\
crazyclown36 2 years ago
Doesn't matter if you are skilled :P
mrdarknezz 2 years ago
what application ur using?
muikkupaska 2 years ago
Eclipse IDE
crazyclown36 2 years ago
It's hard to program games in java. I use C Plus Plus for games. This a great video though 5/5.
SpooksDragonFable 2 years ago
thanks :) be sure to check out my new channel letsprogram which has a website too
crazyclown36 2 years ago
I tried your website which I thought was
about helping people to program but I found out you are a bunch of nazis no help at all I will not try again
bbnoctor 2 years ago
Comment removed
bbnoctor 2 years ago
Is this program free?
legendlazy 2 years ago
Yes, Eclipse is free.
LeprachaunStrangler 2 years ago
Thx! learned allot! it works perfect only when the game start it takes player1 4sec till spawn, player2 works fine.
jurretju 2 years ago
Comment removed
bbnoctor 2 years ago
private static final long serialVersionUID = 1L;
crazyclown36 2 years ago
Nice! Finally i understand someone :P
5/5
Darryl0181 2 years ago
Thanks everyone, glad to help. Please suggest what you would like to see for a second video series. I will take it into consideration.
crazyclown36 2 years ago
Networking with Java would be awesome
Idesty 2 years ago
yeah it would, havent seen a decent one yet :/
eliteveteran 2 years ago
very nice
fullbinky 2 years ago
Cool, and really helpful...
5/5, I can actually understand this one.
joeyc2410 2 years ago
looks good <3
ArcanumServer 2 years ago