| java.lang.Object abbot.editor.Costello
Costello | public class Costello (Code) | | Simple splash screen for the script editor.
|
main | public static void main(String[] args)(Code) | | 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)(Code) | | Invoke the costello editor with an editor configuration to give more fine
grained control
|
|
|