public class BrowserApplication extends Object
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION_TITLE
Title of the application.
|
static String |
APPLICATION_VERSION
Version of the application.
|
static String |
SYSTEM_PROPERTY_LAF_DEFAULT
System property used to choose default look and feel.
|
static String |
WORKSPACE_FILE_SUFFIX
Suffix for workspace files.
|
Constructor and Description |
---|
BrowserApplication() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Entry point for the class file browser application.
|
public static final String APPLICATION_TITLE
public static final String SYSTEM_PROPERTY_LAF_DEFAULT
public static final String APPLICATION_VERSION
public static final String WORKSPACE_FILE_SUFFIX
public static void main(String[] args)
args
- arguments for the application. As an argument, a workspace
file or a class file can be passed.