Pages

Wednesday, August 29, 2012

Using DJNativeSwing with NetBeans IDE



DJNativeSwing  provide set of cool features that we can use to build fancy looking UIs. But it uses Eclipse swt instead of swing. Therefore, when the component of DJNativeSwing is used inside NetBeans you will get compiler errors.  You can avoid this by adding Eclipse swt jars which are located in plugins directory of eclipse installation.
Add following two jars to the build path of the NetBeans Project

That’s about it.