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:
right click on project>properties>run vm options: -splash:src/assests/images/splash.gif
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
Post a Comment