public abstract class Getdown extends Thread implements Application.StatusDisplay, ImageLoader
Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
Getdown(File appDir,
String appId) |
Getdown(File appDir,
String appId,
List<Certificate> signers,
String[] jvmargs,
String[] appargs) |
Modifier and Type | Method and Description |
---|---|
void |
configureProxy(String host,
String port)
Configures our proxy settings (called by
ProxyPanel ) and fires up the launcher. |
BufferedImage |
loadImage(String path)
Load the image at the path.
|
static void |
main(String[] args) |
void |
preInit()
This is used by the applet which always needs a user interface and wants to load it as soon
as possible.
|
void |
run() |
void |
updateStatus(String message)
Requests that the specified status message be displayed.
|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public static void main(String[] args)
public void preInit()
public void configureProxy(String host, String port)
ProxyPanel
) and fires up the launcher.public void updateStatus(String message)
Application.StatusDisplay
updateStatus
in interface Application.StatusDisplay
public BufferedImage loadImage(String path)
_<language>
in front of the "." in
the filename.loadImage
in interface ImageLoader
Copyright © 2015. All rights reserved.