Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #21490

Re: splash screen

From Roedy Green <see_website@mindprod.com.invalid>
Newsgroups comp.lang.java.programmer
Subject Re: splash screen
Date 2013-01-17 14:22 -0800
Organization Canadian Mind Products
Message-ID <mcugf81lbk89vchgb5n18lscoe6rcaldh4@4ax.com> (permalink)
References <2e28b877-c7a5-43b5-91d5-55bf0400d79e@googlegroups.com>

Show all headers | View raw


On Thu, 17 Jan 2013 13:11:31 -0800 (PST), bob smith
<bob@coolfone.comze.com> wrote, quoted or indirectly quoted someone
who said :

>What is the standard way most desktop Java programmers do a splash screen?
>
>I know there is the class java.awt.SplashScreen, but it seems like
 it might be more trouble than its worth.  I'm not quite sure how to
do the manifest.mf business in Eclipse.

To do a splash screen properly, you want to get it up there very early
on in the load process.  

I know of three ways to accomplish this:

1. use Java Web Start http://mindprod.com/jgloss/javawebstart.html

2. use Jet http://mindprod.com/jgloss/jet.html

3. use a C kicker to display the splash and launch the JVM.

For me splash screens are usually annoying. They force their way to
the front blocking from doing other work while the program loads.
-- 
Roedy Green Canadian Mind Products http://mindprod.com
The first 90% of the code accounts for the first 90% of the development time.
The remaining 10% of the code accounts for the other 90% of the development 
time. 
~ Tom Cargill  Ninety-ninety Law 

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

splash screen bob smith <bob@coolfone.comze.com> - 2013-01-17 13:11 -0800
  Re: splash screen Roedy Green <see_website@mindprod.com.invalid> - 2013-01-17 14:22 -0800
  Re: splash screen Lew <lewbloch@gmail.com> - 2013-01-17 14:40 -0800
  Re: splash screen Roedy Green <see_website@mindprod.com.invalid> - 2013-01-17 17:18 -0800
    Re: splash screen Roedy Green <see_website@mindprod.com.invalid> - 2013-01-17 22:09 -0800
      Re: splash screen bob smith <bob@coolfone.comze.com> - 2013-01-18 12:31 -0800
        Re: splash screen Roedy Green <see_website@mindprod.com.invalid> - 2013-01-18 15:01 -0800
    Re: splash screen bob smith <bob@coolfone.comze.com> - 2013-01-18 07:39 -0800
      Re: splash screen Roedy Green <see_website@mindprod.com.invalid> - 2013-01-18 15:47 -0800

csiph-web