Jump to content

Need Advice From Pros.

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
isuru

isuru

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 233 posts
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!

#2
wim DC

wim DC

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,084 posts
Struck... where/how?

  • 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.