FaqIncludeVisualLibrary
How can I use the NetBeans Visual Library in my own project?
The NetBeans Visual Library can be used as a standalone library.
In order to use the library, you need the following two files
- $NETBEANS_INSTALL_DIR/platform/lib/org-openide-util.jar and
- $NETBEANS_INSTALL_DIR/platform/modules/org-netbeans-api-visual.jar
To build your own build of the library, follow the steps at: http://platform.netbeans.org/graph/setup.html
Maven: http://bits.netbeans.org/maven2/org/netbeans/api/org-netbeans-api-visual/
Applies to: NetBeans 6.9+
