up previous next contents
Up: java-on-mac Previous: Summary   Contents

References

I used a ton of references when writing this tutorial. As you might guess, many of them came from apple.com:

  1. Apple Human Interface Guidelines
  2. Identifying Java on Mac OS X (Apple)
  3. developer.apple.com/java
  4. Java Deployment Options for Mac OS X
  5. Java Design Guidelines (Apple)
  6. Java Porting Reference Library (Apple).
  7. Java Runtime Properties for Mac OS X (Apple)
  8. JSheets
  9. Mac OS X Integration for Java
  10. Mixing AWT/Swing and Cocoa-Java

Beyond Apple's website, these are the other articles I used in creating this tutorial:

  1. Make Your Swing App Go Native, Part 2
  2. Write Twice, Run Anywhere