Archive for the ‘Netbeans’ Category
Friday, January 18th, 2008
Finally, we just build Java Web Start for Sketsa SVG Editor and Citra FX Photo Effects. Last time, we disabled Java Web Start due to the Netbeans Bug: 96928 which is now fixed. However, there are another Java Web Start related bug which is not fixed yet:
96928 - fixed
76196 - ...
Posted in Citra FX, Java, KIYUT, Netbeans, SVG, Sketsa | 2 Comments »
Wednesday, January 2nd, 2008
So, you just finished creating Netbeans Platform based Application and ready to deploy it to the users. You might be interested to check IzPack Installer.
IzPack is an installers generator for the Java platform. It produces lightweight installers that can be run on any operating system where a Java virtual ...
Posted in Citra FX, Java, Netbeans, Sketsa | 13 Comments »
Wednesday, November 21st, 2007
Last week, when I read the Netbeans users mailing list, there was interesting questions "Rich Client Platform (RCP) Why ?
...
the question is why have this at all, whats wrong with Java. Where does Swing end and NB RPC start?
...
I'm looking for an article that compares Java Swing to NB RPC.
I ...
Posted in Citra FX, Java, Netbeans, Sketsa | 1 Comment »
Monday, November 19th, 2007
Another series of Netbeans Platform branding, but this time is branding the updater.jar. Updater.jar is used by Netbeans Platform during modules updates and update tracking and work in conjunction with Auto Update Services.
After the branding of Splash Screen and About Dialog, you can also branding the updater splash image. This ...
Posted in Java, Netbeans, Sketsa | 3 Comments »
Friday, October 26th, 2007
As you probably know in Netbeans Platform each module has its own ClassLoader. So if you want to load resources (eg: properties file, xml file, image file, etc) from another module basically you are out of luck.
Just out of my head, there are at least 2 solutions available:
Create Utility or ...
Posted in Citra FX, Java, Netbeans, Sketsa | 4 Comments »
Thursday, October 18th, 2007
During development of our product Sketsa SVG Editor, we need to customize the default Netbeans Platform About Dialog and splash screen as part our product branding.
Note: this is tested on Netbeans IDE 6-beta1
Posted in Java, Netbeans, Sketsa | 31 Comments »
Thursday, September 20th, 2007
If you are building application on top of Netbeans Platform sooner or later you will deal with layer.xml. Layer.xml (Netbeans FAQ) is
Layer files are small XML files provided by modules, which define a virtual filesystem . The layer file defines folders and files that will be merged into the ...
Posted in Citra FX, Java, Netbeans | 1 Comment »
Monday, September 10th, 2007
Daniel Spiewak Javalobby post regarding Jasper Pott recent blog nimbus almost done. Jasper Pott blog quote:
Finally we are almost done with Nimbus and I am very pleased with the way it looks. There are many small details that need to be pollished ...
...
Nimbus was drawn graphicaly in a new tool ...
Posted in Java, Netbeans | 1 Comment »
Wednesday, September 5th, 2007
If you build an application on top of Netbeans Platform and wondering how to create the custom options or preferences panel (Menu Tool - Options), then this tutorial is for you.
This tutorial based on Sketsa SVG Graphics Editor that create custom Options Dialog for storing canvas related thing in Netbeans ...
Posted in Java, Netbeans, Sketsa | No Comments »
Saturday, September 1st, 2007
Normally, using Netbeans Platform you have to use DataObject.find() and use the OpenCookie to open the DataObject (eg: file, etc) to be opened on the Editor TopComponent. However, for certain case, I do not have the file yet eg: in Sketsa menu File - New. We do not want to ...
Posted in Java, Netbeans, Sketsa | 3 Comments »