public class Client
extends java.lang.Object
Client is the core of the client and is the first class to be invoked after the main method.| Modifier and Type | Field | Description |
|---|---|---|
static SettingsSection |
clientSettingsSection |
|
static ClientTrayIcon |
clientTrayIcon |
|
static javax.swing.JFrame |
frame |
|
static javax.swing.JPanel |
framePanel |
|
static SettingsScreen |
settingsScreen |
| Constructor | Description |
|---|---|
Client() |
public static javax.swing.JFrame frame
public static javax.swing.JPanel framePanel
public static SettingsScreen settingsScreen
public static SettingsSection clientSettingsSection
public static ClientTrayIcon clientTrayIcon