If you are a java pro. I need an advice. I know the basics of Java Programming. But when I came to write codes for basic applications, I get struck. I think there may be a guide to list classes, or create a method, test open source codes, implement swing class...etc.
Thanks!
Need Advice From Pros.
Started by isuru, May 21 2010 10:32 AM
1 reply to this topic
#1
Posted 21 May 2010 - 10:32 AM
|
|
|
#2
Posted 23 May 2010 - 02:41 AM
Struck... where/how?
- list classes: I think this website gives a nice overview of most of Java's Collection classes: Java Collections Tutorial
- create a method: i'm not sure what you mean here.
- test open source codes: If you download an open source project You'll most likely get all .Java files which you can open, edit, and comile to .jar files with your IDE. Typically you'll download a rar or zip with the project inside. Most important is the often called 'src' map. Meaning 'source' and containing the .java files.
- implement swing class: In my opinion the Java tutorials are good enough for the swing.


Sign In
Create Account


Back to top









