-
percentage
int percentage
used to calculate length of progress bar
-
currentSizeDownload
int currentSizeDownload
current size of download in bytes
-
totalSizeDownload
int totalSizeDownload
total size of download in bytes
-
currentSizeExtract
int currentSizeExtract
current size of extracted in bytes
-
totalSizeExtract
int totalSizeExtract
total size of extracted in bytes
-
logo
Image logo
logo to be shown while loading
-
logoBuffer
Image logoBuffer
logo to be shown while loading
-
progressbar
Image progressbar
progressbar to render while loading
-
progressbarBuffer
Image progressbarBuffer
progressbar to render while loading
-
offscreen
Image offscreen
offscreen image used
-
painting
boolean painting
set to true while painting is done
-
bgColor
Color bgColor
background color of applet
-
fgColor
Color fgColor
color to write foreground in
-
urlList
URL[] urlList
urls of the jars to download
-
classLoader
ClassLoader classLoader
classLoader used to add downloaded jars to the classpath
-
loaderThread
Thread loaderThread
actual thread that does the loading
-
animationThread
Thread animationThread
animation thread that renders our load screen while loading
-
lwjglApplet
Applet lwjglApplet
applet to load after all downloads are complete
-
fatalError
boolean fatalError
whether a fatal error occured
-
debugMode
boolean debugMode
whether we're running in debug mode
-
prependHost
boolean prependHost
whether to prepend host to cache path
-
filesLastModified
HashMap<K,V> filesLastModified
Used to store file names with lastModified time
-
fileSizes
int[] fileSizes
Sizes of files to download
-
nativeJarCount
int nativeJarCount
Number of native jars
-
cacheEnabled
boolean cacheEnabled
whether to use caching system, only download files that have changed
-
subtaskMessage
String subtaskMessage
String to display as a subtask
-
state
int state
state of applet loader
-
lzmaSupported
boolean lzmaSupported
whether lzma is supported
-
pack200Supported
boolean pack200Supported
whether pack200 is supported
-
genericErrorMessage
String[] genericErrorMessage
generic error message to display on error
-
certificateRefused
boolean certificateRefused
whether a certificate refused error occured
-
certificateRefusedMessage
String[] certificateRefusedMessage
error message to display if user refuses to accept certicate