1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: buoy
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Petter Reinholdtsen <pere@debian.org>, Varun Hiremath <varun@debian.org>, Kumar Appaiah <akumar@debian.org>, Michael Koch <konqueror@gmx.de>
Build-Depends: debhelper (>= 5), cdbs, quilt
Build-Depends-Indep: ant, java-gcj-compat-dev
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/buoy
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/buoy
Homepage: http://buoy.sourceforge.net/
Package: libbuoy-java
Architecture: all
Depends: java-gcj-compat | java1-runtime | java2-runtime
Description: Java User Interface Toolkit
Buoy is a Java framework for creating user interfaces.
.
Buoy is built on top of Swing, but provides a completely new set of classes
to represent user interface elements. It has many advantages over using Swing
directly, including a cleaner and simpler API, a far more powerful event
handling mechanism, a better system for laying out components, and built in
support for serializing and reconstructing user interfaces as XML.
|