MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / launch

Method launch

src/org/opensourcephysics/tools/Launcher.java:3258–3260  ·  view source on GitHub ↗

Launches an application with no arguments. @param type the class to be launched

(Class<?> type)

Source from the content-addressed store, hash-verified

3256 * @param type the class to be launched
3257 */
3258 public static void launch(Class<?> type) {
3259 launch(type, null, null);
3260 }
3261
3262 /**
3263 * Launches an application with an array of string arguments.

Callers 2

launchMethod · 0.95
actionPerformedMethod · 0.45

Calls 15

infoMethod · 0.95
getStringMethod · 0.95
fineMethod · 0.95
finerMethod · 0.95
isLogVisibleMethod · 0.95
showLogMethod · 0.95
setClassLoaderMethod · 0.95
getClassLoaderMethod · 0.95
getDefaultJarMethod · 0.95
showMessageDialogMethod · 0.80
getCrypticMethod · 0.80
threadRunningMethod · 0.80

Tested by

no test coverage detected