java - Display application icon on taskbar while splash screen is visible -
i used splash screen (indicated within manifest file) show startup progress of java (swing) application, when splash screen displayed want add together task bar icon, because if splash screen lost focus become invisible , it's impossible show 1 time again until first window displayed, task bar icon possible show 1 time again see current loading progress.
is possible show taskbar icon while splashscreen visible before jvm starts or while programme loading , splashscreen visible ? (like when eclipse starts displays splash screen task bar while loading application)
unfortunately not possible using default splash screen implementation.
you create own splash screen using jwindow , load main application using separate thread. there couple of examples available using google search this , this.
java swing splash-screen taskbar
No comments:
Post a Comment