Trail: Creating a GUI with JFC/Swing
Questions and Exercises: Getting Started with Swing

Questions

  1. Which package is required for all Swing applications?
  2. What is Java Web Start and where can you get it?

Exercises

  1. Show how you would set the class path when launching an application.
  2. Test if your browser is Java Web Start enabled by following the instructions listed in this lesson.
Check your answers.
Previous page: Compiling and Running Swing Programs
Next page: Learning Swing by Example