Java Reference
In-Depth Information
Appendix B
A Java Swing GUI
for BudgetPro
This is the listing of the GUI for BudgetPro. For a discussion, see Chapter 16.
1 package net.multitool.gui;
2
3 import java.awt.*;
4 import java.awt.event.*;
5 import javax.swing.*;
6 import javax.swing.event.*;
7 import javax.swing.table.*;
8 import java.util.*;
9 import net.multitool.core.*;
10
11 /**
12 * This class is the main application class for the BudgetPro gui
13 */
14
15 public class
16 BudgetPro
17 {
18 Account top;
19 Account current;
20
527
Search WWH ::




Custom Search