Java Quick Reference


Projects is a rather glorified name for this section. Right now it's just small examples.
  • PropertiesViewer - display the system properties returned by System.getProperties() in a JTree.

  • ClassBrowser - A simple Java class browser.

  • FieldValidation - The example uses InputVerifier's to validate user input.

  • Calculator - a simple calculator that uses method reflection to invoke commands.

  • CalendarComboBox - a custom 'date' input component that mimics a combo-box, displaying a perpetual calendar as it's drop-down.