Serialized Form


Package jackHack.applet

Class jackHack.applet.AppletLauncher extends javax.swing.JApplet implements Serializable

Serialized Fields

thread

java.lang.Thread thread
Thread do the copy and launch the launcher


needToCopyListPath

java.lang.String needToCopyListPath
List of need to copy before launching path


directoryWhereToCopy

java.lang.String directoryWhereToCopy
Directory name where the copy is done


otherToCopyListPath

java.lang.String otherToCopyListPath
List of other things to copy path


copyProgressor

CopyProgressor copyProgressor
To show copy progress

Class jackHack.applet.DefaultCopyProgressor extends javax.swing.JPanel implements Serializable

Serialized Fields

labelProgress

javax.swing.JLabel labelProgress
Progress label


size

long size
Total size to copy


progress

long progress
Actual copy progress