abbot.editor
Class Costello
java.lang.Object
abbot.editor.Costello
public class Costello
- extends Object
Simple splash screen for the script editor.
Method Summary |
static Window |
getSplashScreen()
|
static void |
main(String[] args)
Note that this "main" is typical of many Swing apps, in that it does
window showing and disposal directly from the main thread. |
static void |
showCostello(EditorContext ec)
Invoke the costello editor with an editor configuration to give more fine
grained control |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Costello
public Costello()
getSplashScreen
public static Window getSplashScreen()
main
public static void main(String[] args)
- Note that this "main" is typical of many Swing apps, in that it does
window showing and disposal directly from the main thread. Running
the editor under itself should provide a reasonable test for handling
that scenario.
showCostello
public static void showCostello(EditorContext ec)
- Invoke the costello editor with an editor configuration to give more fine
grained control
Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on