Re: Acrobat-like splashscreen in Java on LINUX ?
From: Elp (rockfamily_at_hotmail.com)
Date: 10/04/04
- Next message: Chris: "JTable - parsing from file"
- Previous message: Thomas Weidenfeller: "comp.lang.java.gui FAQ"
- In reply to: FET: "Acrobat-like splashscreen in Java on LINUX ?"
- Next in thread: FET: "Re: Acrobat-like splashscreen in Java on LINUX ?"
- Reply: FET: "Re: Acrobat-like splashscreen in Java on LINUX ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Chris: "JTable - parsing from file"
- Previous message: Thomas Weidenfeller: "comp.lang.java.gui FAQ"
- In reply to: FET: "Acrobat-like splashscreen in Java on LINUX ?"
- Next in thread: FET: "Re: Acrobat-like splashscreen in Java on LINUX ?"
- Reply: FET: "Re: Acrobat-like splashscreen in Java on LINUX ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|