Java Game Development – 15 – Finding Compatible Modes

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

34 responses to “Java Game Development – 15 – Finding Compatible Modes”

  1. eep Avatar

    Someone needs to develop a PayDay mod so that every time I watch a new bucky video, I get $250000 and a new gun

  2. GiraffeKey Avatar

    Damn I have bad wifi so I had to watch on 360p… someone needs to anti-alias his text am I right?

    I'm sorry you had to see that…

  3. Brax1982 Avatar

    Bucky was so hands-on in the original Java tutorials, I have a hard time understanding why he is taking this awfully boring technical approach to creating computer games. It kinda feels like it's a step-by-step through a really old book on Java gaming…

  4. TooT - the new Google Avatar

    2:00 for statement?
                ———— 

  5. Random 4 Productions Avatar

    I don't care, I was just curious.

  6. Mario852 Avatar

    Why do you care that they care?

  7. x xenocide Avatar

    is the source of this available for download? having issues.

  8. TheEntitySeven Avatar

    probably the first of bucky's tutorials where he spelled everything right.

  9. Nigtassassin Avatar

    I fixed it a long time ago

  10. GlobalCollusion1 Avatar

    do you have [ ] in this line:
    DisplayMode goodModes[] = vc.getDisplayModes();

  11. Mike Wang Avatar

    you are awesome at explaining things.

  12. Nigtassassin Avatar

    I solved the problem, thanks!

  13. Nigtassassin Avatar

    for(int y =0;y<goodModes.length;y++){
    "length" is underlined :S, help…

  14. Nolan Canady Avatar

    because we havent created this method yet

  15. Matthew Konja Avatar

    If you don't understand why you shouldn't be watching these video's, you should be at the beginner java tutorials.

  16. stupidhead Avatar

    wtf why is my "findfirstcompatiblemode(displaymode modes[]){
    }" underlined?!

  17. Jared Jeyaretnam Avatar

    THESE ARE AMAZING 🙂 I LOVE THEM!!!!!

  18. TheSharkasmCrew Avatar

    @tidesmain import javax.swing.JFrame then make your class extend JFrame (public class Class extends JFrame) then in your constructor add lines like this.setSize(600, 500); where 600 is the width of the screen in pixels and 500 is the height of the screen. also will need this line i think, this.setVisible(true);

    that should work

  19. Sergey Abdulov Avatar

    Guys, how i can make a not fullscreen window?

  20. gatoo23 Avatar

    5:53 and refresh rate …

  21. blubberwalrus Avatar

    works just like match.com 😛
    LOL

  22. Daniel Benshtein Avatar

    @subwater911 that means you have a method which should return something, but it isn't.
    all you need to do, if that's the error, is to go to line 30, and write a return statement.

  23. Daniel Benshtein Avatar

    Er, I'm not 100% sure about it, but, as far as I can see- you have here a mistake.
    Bucky, you are comparing two arrays, with two loops(1 nested in the 2nd).
    but, if one of the arrays is longer then the other- then u wont be able to check all of the values that are stored in the array…

  24. Jimmy Spearman Avatar

    Does anyone have the source of the ScreenManager.java i really need i get the most retarded error ever
    ScreenManager.java:30: missing return statement
    }
    ^

  25. Roi Atalla Avatar

    @lsrecords1
    Maybe if you remove the semicolon after the second for loop it might work 😛

  26. TheEnigmaBlade Avatar

    No offence, but your videos are really split up. Instead of saying "we're going to do this", why don't you actually do it?

  27. d Avatar

    Can someone help? I have a missing return statement on my find compatible display modes method.

  28. weward Avatar

    damn bucky you got me obsessed! haha i have downloaded the entire java tuts,intermediate tuts and this series. btw i have slow internet connection. :D. great job man! keep 'em coming!!

  29. Venkatesh Kulkarni Avatar

    Hi Bucky, could you please upload the tutorial series somewhere to help us download all of them at one shot? Please.

  30. 1deividas1 Avatar

    Because they are a bunch of retards 🙂

  31. Random 4 Productions Avatar

    Why do people care if they are first? By the way nice tut Bucky, keep 'em coming I'm actually learning stuff here.

Leave a Reply

Your email address will not be published. Required fields are marked *