Re: Acrobat-like splashscreen in Java on LINUX ?

From: Elp (rockfamily_at_hotmail.com)
Date: 10/04/04


Date: Mon, 4 Oct 2004 14:48:12 +0100

FET wrote:
> Hi everyone,
> I would like to build an irregular shaped splash screen on Linux using
> JDK 1.4.2
> I understand that the only way to currently do this by taking a
> screenshot of the underlying desktop and painting my splash image over
> it.

That doesn't seem to be a great idea to me unless your splash screen is only
displayed for half a second or so (but in this case, why would you need a
splash screen?). If the splash is displayed several seconds, there are good
chance that the user will do something else while your app is starting,
which means that the underlying desktop will change while your splash will
still display the old desktop state. That's enough for the user to think
that your program is buggy.



Relevant Pages

  • Re: Roy Ratcliffes Java Splash Screen
    ... Both display the 'warning applet window' as expected, but NN clears, ... end and the splash frame to finalize. ... int displayTime) throws IOException { ... public void finish{ ...
    (comp.lang.java.gui)
  • Re: LCD Display problem
    ... Are you sure the splash is displayed correctly? ... The LCD initialization is as per provided by LCD provider. ... "Look for display controller initialization in your lcd driver. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Splash Screen Wait
    ... however I still would like to display a Splash ... Anyone have any elegant code for this without using timer control? ...
    (microsoft.public.vb.general.discussion)
  • Splash Screens
    ... Display the main application MDI window behind this. ... Remove Splash Screen ... Public Sub Main ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: SuSE 9.3 installation died - or did it?
    ... The value has to correspond to the resolution of the choosen splash image ... only display a splash screen that is inside this initrd. ... image file if that exists, and if in menu.lst "splash=silent" and the ...
    (alt.os.linux.suse)

Loading