
328 VisualAge for Java Version 3: Persistence Builder with GUIs, Servlets, and JSPs
Transaction Panel
Figure 206 shows the visual composition of the transaction panel
(TransactionPanel class).
Figure 206. Visual Composition of the Transaction Panel
Additional Beans
❑ Drop an AccountImpl variable and name it BankAccount (1). Promote its
this property as bankAccountThis.
❑ The list of transactions is displayed in a table (JTable) that is inside a
scroll pane (JScrollPane) (
2).
❑ Drop a VapDefaultTableModel bean and connect its table property to the
this property of the table (
3). Open the VapDefaultTableModel bean and
set the columnIdentifiers property ...