me.mjolnir.mineconomy.internal.gui
Class GUI
java.lang.Object
me.mjolnir.mineconomy.internal.gui.GUI
public class GUI
- extends java.lang.Object
Handles MineConomy GUI.
- Author:
- MjolnirCommando
Constructor Summary |
GUI()
Creates new GUI object. |
Method Summary |
static void |
error(java.lang.String text)
|
static void |
reloadAccounts(boolean update)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
window
public static javax.swing.JFrame window
accounts
public static javax.swing.JPanel accounts
settings
public static javax.swing.JPanel settings
banks
public static javax.swing.JPanel banks
tabs
public static javax.swing.JTabbedPane tabs
currencies
public static javax.swing.JPanel currencies
content
public static javax.swing.JPanel content
title
public static javax.swing.JLabel title
accountList
public static javax.swing.JComboBox accountList
accountNames
public static java.util.ArrayList<java.lang.String> accountNames
accountBalances
public static java.util.Hashtable<java.lang.String,java.lang.Double> accountBalances
balance
public static javax.swing.JLabel balance
accountSelected
public static boolean accountSelected
selectedAccount
public static java.lang.String selectedAccount
cfubutton
public static javax.swing.JButton cfubutton
quitbutton
public static javax.swing.JButton quitbutton
refreshbutton
public static javax.swing.JButton refreshbutton
amount
public static javax.swing.JTextField amount
newaccount
public static javax.swing.JTextField newaccount
givebutton
public static javax.swing.JButton givebutton
takebutton
public static javax.swing.JButton takebutton
helpbutton
public static javax.swing.JButton helpbutton
createbutton
public static javax.swing.JButton createbutton
setbutton
public static javax.swing.JButton setbutton
emptybutton
public static javax.swing.JButton emptybutton
deletebutton
public static javax.swing.JButton deletebutton
refreshbutton2
public static javax.swing.JButton refreshbutton2
logtext
public static javax.swing.JTextArea logtext
GUI
public GUI()
- Creates new GUI object.
error
public static void error(java.lang.String text)
reloadAccounts
public static void reloadAccounts(boolean update)