
28-02-2014, 15:27
|
|
Registered User
AKA: Josh P.
 FRC #1675 (Ultimate Protection Squad)
Team Role: Engineer
|
|
Join Date: Jan 2007
Rookie Year: 2007
Location: Milwaukee, WI
Posts: 947
|
|
|
Re: XBOX Controller JAVA Programming
Quote:
Originally Posted by James Lightfoot
Thanks and thank you , BigJ.  I have bought a couple of books to use in teaching our programmers Java post-season, but I am still looking for one that can give a "Cliif Notes" intro into Java. As a programmer of other languages for 25+ years, I get the concepts of programming, but OOP, specifically Java, are new to me; hence, I am looking for something that gives a high level breakdown of the various structures (e.g. class, method, variable, construct, instance, etc.), what each typically requires, how each uses or feeds the others, etc. Any advice will be pput to use post-haste.
|
http://docs.oracle.com/javase/tutori...aOO/index.html is an OK guide to the OO stuff in java. Be aware that these pages are for Java SE, the Java we use on the robot for at least this year is still pretty old. I think all the OO stuff (classes, inheritance, etc) is the same aside from enums. They also have some pages in there on things coming in Java 8 which we definitely don't have.
|