This applet identifies booths and locates vendors in an exhibition hall. The diagram is a view of the show floor. Clicking on a booth selects the corresponding entry in the table, and vice versa.
Click on the screen shot to run the applet, or
with Java Web Start.
| Source Files | |
|---|---|
| ShowData.java | a Swing TableModel implementation holding the data for both the diagram and the table. |
| booths.html | an HTML image map containing the positions for the booths; matched to the data objects by key. |
| Show.java | the main program; configures the diagram and loads the background image showing the show's floormap. |
| ShowTable.java | manages the Swing JTable. |
| show.rdr | describes how to render each object in the diagram. |
| show.properties | specifies rendering hints and logging properties. |
