Monday, August 6th, 2007
By default Netbeans Platform based application automatically insert the version information by using the platform build number (the first or last 4 digits, correct me if I am wrong). And currently there is no easy ways to set or update this version info, unless you want to dig through the ...
Posted in Java, Netbeans | 17 Comments »
Saturday, August 4th, 2007
Netbeans Platform allows the application to be localized, the only problem is that it is not quite clear on the documentation, especially how to override the localization for Netbeans default menu eg: File, Edit, Windows, etc
Note: The is based on Netbeans 5.5.1
So to localize Netbeans Platform default menu, you could ...
Posted in Java, Netbeans | 6 Comments »
Wednesday, August 1st, 2007
New features in Netbeans Platform 6 is the ability to parsing command line, so let's try to parse command line to automatically open document on startup. This example below are using Sketsa SVG Editor as an example
Posted in Java, Netbeans, Sketsa, SVG | No Comments »