[ [[tutorial-en-001 | Intro]] | [[tutorial-en-002 | Begin]] | [[tutorial-en-003 | if/else]] | [[tutorial-en-004 | Loops]] | [[tutorial-en-005 | Arrays]] | [[tutorial-en-006 | Graphics]] | [[tutorial-en-007 | Animation]] | [[tutorial-en-008 | Mouse]] | [[tutorial-en-009 | Game]] | [[tutorial-en-010 | Real]] | [[tutorial-en-011 | Methods]] | [[tutorial-en-012 | Class]] | [[tutorial-en-013 | Class 2]] | [[tutorial-en-014 | Applet]] | [[tutorial-en-015 | MouseClick]] | [[tutorial-en-016 | Thread]] | [[tutorial-en-017 | Button]] ] ---- ====== Java For Kids ====== [[http://video-animation.com/java_000.shtml | Java For Kids]] is a course for kids and beginner programmers using the very easy-to-use JUDO windows program instead of that yukky dos command line interface. It will be a very hands-on approach with lots of doing, lots of exercises and a minimum of theory. [[tutorial-en-001 | Lesson 1]] --- Introduction and Installation of Java and JUDO [[tutorial-en-002 | Lesson 2]] --- Java statements, variables, Datatypes, Start Programming, keywords. [[tutorial-en-003 | Lesson 3]] --- Java Operators, if ... else [[tutorial-en-004 | Lesson 4]] --- Java Loops, while , do ... while, for loops [[tutorial-en-005 | Lesson 5]] --- Java Arrays - creating and using [[tutorial-en-006 | Lesson 6]] --- Java Graphics - drawRectangle, drawCircle [[tutorial-en-007 | Lesson 7]] --- Java Animation - basic movement, clearScreen, delay [[tutorial-en-008 | Lesson 8]] --- Capturing Mouse Events [[tutorial-en-009 | Lesson 9]] --- Designing a Java Game - Shoot-em-up or Space Invaders style [[tutorial-en-010 | Lesson 10]] --- Using the DOS Prompt. Starting on real java [[tutorial-en-011 | Lesson 11]] --- Java methods - Passing arguments and return types [[tutorial-en-012 | Lesson 12]] --- Java Classes - constructors [[tutorial-en-013 | Lesson 13]] --- Scope and Multiple constructors [[tutorial-en-014 | Lesson 14]] --- Java Applets