diff options
author | ale <ale@FreeBSD.org> | 2012-06-14 22:13:32 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-06-14 22:13:32 +0800 |
commit | 8fecf2bce9c812f97dc957aa26cde9f3dd190824 (patch) | |
tree | a833a2aa415544bcb437964b7d7c9eba753553eb /java/Makefile | |
parent | a03c7df228dbebcd0da0f462fd66eb2046d6a86b (diff) | |
download | freebsd-ports-gnome-8fecf2bce9c812f97dc957aa26cde9f3dd190824.tar.gz freebsd-ports-gnome-8fecf2bce9c812f97dc957aa26cde9f3dd190824.tar.zst freebsd-ports-gnome-8fecf2bce9c812f97dc957aa26cde9f3dd190824.zip |
WindowBuilder is a powerful and easy to use bi-directional
Java GUI designer that makes it very easy to create Java GUI
applications without spending a lot of time writing code to
display simple forms. With WindowBuilder you can create
complicated windows in minutes. Use the visual designer and
Java code will be generated for you. You can easily add controls
using drag-and-drop, add event handlers to your controls, change
various properties of controls using a property editor,
internationalize your app and much more.
WWW: http://www.eclipse.org/windowbuilder/
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 192ce2269b1c..7666dea180da 100644 --- a/java/Makefile +++ b/java/Makefile @@ -55,6 +55,7 @@ SUBDIR += eclipse-vep-examples SUBDIR += eclipse-viplugin SUBDIR += eclipse-webtools + SUBDIR += eclipse-windowbuilder SUBDIR += icedtea-web SUBDIR += icedtea6-stubs SUBDIR += infobus |