How to set Splash on Java in such a way that it's exist still after build? -


i use netbeans java development. tried set splash project did following steps:

  1. right click on project>properties>run vm options: -splash:src/assests/images/splash.gif

  2. files>myproject>menifist: added: splashsceen-image: assests/images/splash.gif;**-

while run project shows splash, works perfectly.

but problem when build project , run program dist folder splash not appears, directly main gui runs.

what might solution?


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -