13.07.2015 Views

Java™ Application Development on Linux - Dator

Java™ Application Development on Linux - Dator

Java™ Application Development on Linux - Dator

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Appendix BA Java Swing GUIfor BudgetProThis is the listing of the GUI for BudgetPro. For a discussi<strong>on</strong>, see Chapter 16.1 package net.multitool.gui;23 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.*;1011 /**12 * This class is the main applicati<strong>on</strong> class for the BudgetPro gui13 */1415 public class16 BudgetPro17 {18 Account top;19 Account current;20527

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!