1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: buoy
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Petter Reinholdtsen <pere@debian.org>, Wolfgang Baer <WBaer@gmx.de>
Build-Depends-Indep: debhelper (>= 4.2.30), kaffe, cdbs, ant
Standards-Version: 3.6.2
Package: libbuoy-java
Architecture: all
Depends: kaffe | 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.
.
Homepage: http://buoy.sourceforge.net/
|