public class Toolbox
extends java.lang.Object
| Constructor and Description |
|---|
Toolbox() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
command(java.lang.String format,
java.lang.Object... args)
Format a command string, deciding on toolbox or toybox for its execution
If init() has not already been called, it is called for you, which may throw an exception
if we're in the main thread.
|
static void |
init()
Initialize.
|
public static void init()
public static java.lang.String command(java.lang.String format,
java.lang.Object... args)
format - String to format. First word is the applet name.args - Arguments passed to String.format