Hi,
I've got a book on JAVA, but there is NO info on object- oriented programming (i.e. buttons, animations, etc).
Does anyone know of a good resource (site, book, etc.) that teaches you to do more OOP?
Thanks!
Printable View
Hi,
I've got a book on JAVA, but there is NO info on object- oriented programming (i.e. buttons, animations, etc).
Does anyone know of a good resource (site, book, etc.) that teaches you to do more OOP?
Thanks!
You shouldn't be equating buttons and animations with object-oriented programming as these are two completely orthogonal concepts.
If you want a great OOP book, then look at this: Amazon.com: Object-Oriented Analysis and Design with Applications (3rd Edition) But I'll warn you, there's not much in there about buttons, etc.
If you want a book that dives into GUI issues, check out Core Java Volume 1 and Volume 2 by Horstmann and Cornell
Sorry, what I meant was is there a guide on GUIs and OOP. Sorry :)
anything free?
Yes...
OOP:
Lesson: Object-Oriented Programming Concepts (The Java™ Tutorials > Learning the Java Language)
Object-Oriented Programming Concept
Object-Oriented Programming Concepts: A Primer
GUI:
Trail: Creating a GUI with JFC/Swing (The Java™ Tutorials)
Wireless Developer Network - Java GUI Tutorial
Java Swing Tutorial | Java Beginner
If you need more, Ask Google... he's gotta a ton of info.
Luck,
CJSL