Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #1595 > unrolled thread
| Started by | "stacey" <stacey@THRWHITE.remove-dii-this> |
|---|---|
| First post | 2011-04-27 15:34 +0000 |
| Last post | 2011-04-27 15:34 +0000 |
| Articles | 4 — 2 participants |
Back to article view | Back to comp.lang.java.gui
How to attach a splash sc "stacey" <stacey@THRWHITE.remove-dii-this> - 2011-04-27 15:34 +0000
Re: How to attach a splas "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:34 +0000
Re: How to attach a splas "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:34 +0000
Re: How to attach a splas "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:34 +0000
| From | "stacey" <stacey@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:34 +0000 |
| Subject | How to attach a splash sc |
| Message-ID | <1178562298.231769.117560@h2g2000hsg.googlegroups.com> |
To: comp.lang.java.gui
Hello everyone,
I have 2 separate programs. One is my application and the other is the
splash screen application. My problem is how to connect these two.
I am not so keen on java yet, and i ve been a bit confused, i was
wondering if you could help me.
I have to call the main method of the splash screen in my
application's method right? I just dont know how. I tried inserting a
thread, but i think i am missing sth.
My apps main is
public static void main(String args[]) {
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new Myprogie().setVisible(true);
}
});
}
Because time is a bit pressing, i didnt have enough time to make my
own splash screen, so I took the splash screen implementation from
this site: http://www.devdaily.com/java/edu/SplashScreen/SplashScreenMain.java
http://www.devdaily.com/java/edu/SplashScreen/SplashScreen.java
So, can you help me? I want to connect these two programs. I want to
initialize my application while the splash screen is running and when
its ready, the splash screen should finish, and my application should
be visible.
Thank you very much in advance,
Stacey
---
* Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [next] | [standalone]
| From | "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:34 +0000 |
| Subject | Re: How to attach a splas |
| Message-ID | <71d7e4b7e8cfb@uwe> |
| In reply to | #1595 |
To: comp.lang.java.gui stacey wrote: .. >splash screen ... .. >So, can you help me? There are options for adding splash screens to web start applications and applets (without code). Java 6 also offers a rCyJar splashrCO that might be useful (ditto). For more details on that, start here.. <http://java.sun.com/docs/books/tutorial/uiswing/misc/splashscreen.html> -- Andrew Thompson http://www.athompson.info/andrew/ Message posted via JavaKB.com http://www.javakb.com/Uwe/Forums.aspx/java-gui/200705/1 --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:34 +0000 |
| Subject | Re: How to attach a splas |
| Message-ID | <71d7e86fcd3b7@uwe> |
| In reply to | #1595 |
To: comp.lang.java.gui stacey wrote: .. >splash screen ... .. >So, can you help me? There are options for adding splash screens to web start applications and applets (without code). Java 6 also offers a rCyJar splashrCO that might be useful (ditto). For more details on that, start here.. <http://java.sun.com/docs/books/tutorial/uiswing/misc/splashscreen.html> -- Andrew Thompson http://www.athompson.info/andrew/ Message posted via http://www.javakb.com --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:34 +0000 |
| Subject | Re: How to attach a splas |
| Message-ID | <71d7eb3eefb35@uwe> |
| In reply to | #1599 |
To: comp.lang.java.gui Andrew Thompson wrote: .. >There are options ... My apologies for the repost. -- Andrew Thompson http://www.athompson.info/andrew/ Message posted via JavaKB.com http://www.javakb.com/Uwe/Forums.aspx/java-gui/200705/1 --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.gui
csiph-web