JTF > Demo Gallery > acm.gui

The acm.gui Package

This page provides links to several programs that illustrate the use of the acm.gui package. Clicking on the thumbnail runs the program as an applet. Clicking on the filename downloads the code.
 
SimpleTableExample.zip
This program offers a simple illustration of the TableLayout class.
SimpleTableDemo.zip
This program expands the previous one to support adding and deleting buttons along with changing the dimensions of the table.
TemperatureConverter.zip
This program uses the TableLayout class to implement a simple Celsius-to-Fahrenheit converter.
CurrencyConverter.zip
This program converts currency values and introduces the use of the JComboBox interactor and decimal formatting.
TicTacToe.zip
This program uses a Tic-Tac-Toe board to illustrate the difference between using weights and explicit sizes in a table.
Calendar.zip
This program uses a wide range of features from the acm.gui package to display a calendar.