tutorial

FacebookTwitter
java

online

reference

netbeans

dtr1211

todo

introduktion

sound

Are you a Java developer who wants to develop 3D games? Create a jME3-based Java project: Using the jMonkeyEngine SDK , simply create a new BasicGame Project. (Recommended) Using any other IDE: http://jmonkeyengine.org/wiki/doku.php/jme3#tutorials_for_beginners

jme3 – jME Wiki

This free video tutorial will help get you started writing Java programs using Eclipse version 3.3 . No prior experience with Eclipse or Java is assumed. The 16 lessons total about 3 1/4 hours and are each between 9 and 14 minutes long. The lessons guide you through a step-by-step process creating a simple "personal lending library" application. Each lesson is fully narrated. http://eclipsetutorial.sourceforge.net/totalbeginner.html

Eclipse and Java for Total Beginners

Objects are key to understanding object-oriented technology. Look around right now and you'll find many examples of real-world objects: your dog, your desk, your television set, your bicycle. Real-world objects share two characteristics: They all have state and behavior . Dogs have state (name, color, breed, hungry) and behavior (barking, fetching, wagging tail). http://docs.oracle.com/javase/tutorial/java/concepts/object.html

What Is an Object? (The Java™ Tutorials > Learning the Java Language > Object-Oriented Programming Concepts)