Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (45)

Sign In or Sign Up now to post a comment!
  • hmmm nice i subbed but im wondering if u can make the text dim out and dissapear

  • you are my God man! All your tutorials help me! You are awesom! liked favorited and subscribed

  • No! Stop importing everything in packages! There's no need :'(

  • @w1ndwaker1 What are you talking about? you HAVE to do that.

  • @bdbbdb2727 That made no discernible sense from my comment.

  • @w1ndwaker1 Yes it did, you have to import the classes or the code will become an error.

  • @bdbbdb2727 Did I say anything about not importing classes?

  • @w1ndwaker1 Or you could just call the class when you make an object, but you would have to redo it every time and that would take much longer.

  • This is easily the best video for java freely available, and I appreciate your work.

  • how can i do it with a picture

  • How can change Font Size and Style?

  • How do i know the name of the prev vid?

    so i can understand repaint() ??

    Would please number your videos so we can start sequentially :D 

  • MY YOUTUBE SCREEN IS MESSING UP O_O

  • your Java conventions are terrible

  • @hjjais Conventions..? Really? The code compiles, that's that. Conventions are becoming obsolete.

  • @kurazaz Good code depends on how modular it is, if someone besides your self can't decipher it and the organization is a mess, then it's close to useless.

  • how can i creat a animation of basic shapes :)

  • thank you! I learned more here than in class

  • isn't it more precise to say a "minimum" of 30ms instead?

    thanks

  • thanks alot

  • Hi These videos are great!!! Havning a problem with this one though! Im working with netbeans and when i try to run this program it cant find a main class for it even after i have clicked "clean & build main project"? is there something else i need to to? Iv followed the tutorial perfectly????

  • i dont know why, but everytime i call repaint it paints over the previous repaint. so it never clears the screen.

  • hey, videos are so useful, but can you make a video with how to implement Runnable in a JFrame pls?

    I want to create a JFrame wich have in a JPanel.In this panel i want animate something. Can you make a video with this pls :) sorry for my poor english...tnx :)

  • 7:24 Epic ummmmmmmmmmm lol.... been there b4!!

  • how did u do the animation???

  • does anybody knw how 2 do animation in the command line of java

  • help me a lot thanks so far

  • Could you give me a hand? im suppose to make basically the same program but incorporate arrays and im not sure how you would do that. any ideas? if you made a video tutorial for it that would be awesome i could send you what it has to do too so it would be the same kind of idea.

  • nice vid, helped a lot with the threading :)

  • uhmm dude, isn't that 30 miliseconds ?

  • if u do that on note pad how do u save it .java and on my pc theres like 4 java programs i could run it with

  • thanks man! I learn more from u than from my teacher..

  • yeah me too haha

  • You don't need a Main class for this class?

  • @yasamih It's a Java applet which does only require to implement the start() en stop() methods. No main involved here!

  • I have tried this tutorial a few times and every time I try to compile and run I get a main class not found error??? I followed exactly what you did and dont understand what I'm doing wrong can you please advise? Thanks.

  • Applets do not have a main method. They should be compiled and then "run as applet". By the way what IDE do you use?

  • Looks like eclipse.

  • were you trying to write this in notepad and run in cmd? if so, try using Eclipse

  • You need to implement Runnable..

  • what does try and catch do?

  • the Sleep method may fail (for example if it is interrupted while its sleeping in which case it may throw a ThreadInterrupted exception (or something). You need to catch that with a try catch block. If you don't catch it (besides Java not running) it would technically fail without you knowing what happened

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more