abbot.editor
Class Costello

java.lang.Object
  |
  +--abbot.editor.Costello

public class Costello
extends Object

Simple splash screen for the script editor.


Constructor Summary
Costello()
           
 
Method Summary
(package private) static void ()
           
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Costello

public Costello()
Method Detail

static void ()

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.


Copyright © 2002-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge