Site hosted by Angelfire.com: Build your free website today!
 

Tasks

  • Importing Swing packages

  • Setting up the top-level container

  • Create components for the application (buttons and labels ...)

  • Adding components to containers (pane.add(...))

  • Adding borders around components (pane.setBorder(...))

  • Handling events (button.addActionListener(...))

  • Supporting assistive technologies (button.setToolTipsText(...))