Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Splash launcher demo


I have just released the initial implementation of the launcer demo for the splash screen.
equinox-incubator/demos/splash

There are 2 bundles:
org.eclipse.equinox.examples.splash :
        This bundle implements a very basic "early splash" which uses the StartupMonitor interface.

org.eclipse.equinox.examples.splash.ui :
This bundle contributes an extension to the ui to do splash screen after the application takes over.  Note the patch ui.workbench.patch, this is required on the org.eclipse.ui.workbench bundle until https://bugs.eclipse.org/bugs/show_bug.cgi?id=175889 is fixed.  The current implementation of this bundle is showing the flash movie from here: http://www.eclipse.org/equinox/documents/osgicongress2005/debugging.html.  I may replace this with "cooler" content later :)

Use the splash.product file to export a standalone rcp app that uses this splash screen.

-Andrew



Back to the top