public final class VisBio extends Thread
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
static String |
AUTHOR
Application authors.
|
static String |
DATE
Application build date.
|
static int |
INSTANCE_PORT
Port to use for communicating between application instances.
|
static String |
TITLE
Application title.
|
static String |
VERSION
Application version (of the form "#.##").
|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Modifier and Type | Method and Description |
---|---|
static Object |
launch(String[] args)
Launches VisBio, returning the newly constructed VisBioFrame object.
|
static void |
main(String[] args)
Launches the VisBio GUI.
|
void |
run()
Launches the VisBio GUI with no arguments.
|
static void |
startProgram()
Launches the VisBio GUI with no arguments, in a separate thread.
|
activeCount, checkAccess, clone, 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 final String TITLE
public static final String VERSION
public static final String AUTHOR
public static final String DATE
public static final int INSTANCE_PORT
public static void startProgram()
public static Object launch(String[] args) throws ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException, NoSuchMethodException
public void run()
public static void main(String[] args) throws ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException, NoSuchMethodException
Copyright © 2015–2022 SciJava. All rights reserved.