bsh.util
Class Util

java.lang.Object
  |
  +--bsh.util.Util

public class Util
extends java.lang.Object

Misc utilities for the bsh.util package. Nothing in the core language (bsh package) should depend on this. Note: that promise is currently broken... fix it.


Field Summary
(package private) static java.awt.Window splashScreen
           
 
Constructor Summary
Util()
           
 
Method Summary
static void endSplashScreen()
           
static void startSplashScreen()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

splashScreen

static java.awt.Window splashScreen
Constructor Detail

Util

public Util()
Method Detail

startSplashScreen

public static void startSplashScreen()

endSplashScreen

public static void endSplashScreen()