>>>>> "Sven" == Sven de Marothy <sven@xxxxxxxxx> writes: Sven> So it seems AWT in 1.6 will include support for splash-screens. Sven> This will require a little (optional) VM support, so here's a proposal Sven> and some prototype code for this I'd like feedback on. This seems pretty reasonable to me. How is the splash screen taken down? Do we need another native function for that? Sven> struct splashscreenhandle Sven> { Sven> void *nativeWindowHandle; Sven> void *nativeImageHandle; Sven> }; This type should probably be given a name starting with cp_. Tom