public class BuildDatProcess
extends java.lang.Object
implements java.lang.Runnable
BuildDatForm| Constructor and Description |
|---|
BuildDatProcess(java.lang.String WkspcId,
WorkspaceForm Owner,
java.io.PrintStream Out,
javax.swing.JTextArea TextArea)
Constructor that sets the workspace id, the owner, a print stream, and a text area for live logging of the process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Runs the DAT file building process.
|
public BuildDatProcess(java.lang.String WkspcId,
WorkspaceForm Owner,
java.io.PrintStream Out,
javax.swing.JTextArea TextArea)
WkspcId - The workspace id of the current game.Owner - The owning window container class of this runnable.Out - The output stream to write to.TextArea - The text area to log information about the process.