Its another adaption of his blog entry, he does blog quality material about NetBeans Platform, thats the reason, why his blog featured on Platform website.
As you can see in the image to the left, it features Tonny Kohar as an Expert of Tips and Tricks for NetBeans Platform.
Also, you can see names like Sandip, Toni, Jesse and authors of RCP Book, along with Tonny Kohar.
So, he's indeed a great contributor.
Well, after all this one can now have a look at another Tips and Tricks by him. I am reposting it here for your convenience...
Standalone Module Branding Tips
If you build a “standalone” module for your Netbeans RCP based application, during development you will notice that it will display the original Netbeans IDE/RCP splash screen rather than your branded application splash screen.
To enable your own branded splash during development you can add the following on the module project properties
Note: It is tested on Netbeans 6.1 IDE
# replace the token with your own branding token
branding.token=your-branding-name eg: sketsa
branding.dir=none
Tonny, thanks again!
No comments:
Post a Comment