
mardi août 22, 2006
JDK examples as NetBeans/ANT projects Not sure in which JDK6 build this happened first, but JDK examples applications are now available as free-form (ANT-based) projects in NetBeans.
Simply point NetBeans to $JDK_INSTALL/demo
( août 22 2006, 10:59:00 AM CEST )
Permalink
|
Posted by adelino on août 31, 2006 at 10:35 PM CEST #
Dans NetBeans, le plus simple pour l'instant c'est de rajouter l'option -splash dans les paramères "VM Options" des propriétés "Run" du projet. Pour rajouter ca dans le manifest, il suffit d'ajouter la ligne suivante :
SplashScreen-Image: filename.gif
dans le fichier manifest.mf qui se trouve à la racine du projet NetBeans.
Posted by Alexis MP on septembre 03, 2006 at 11:31 PM CEST #