The Artima Developer Community
Sponsored Link

Java Buzz Forum
Buoy

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
Buoy Posted: Mar 25, 2005 12:26 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: Buoy
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

Buoy
Buoy is a library for creating user interfaces in Java programs. It is built on top of Swing, but provides a completely new set of classes to represent graphical components. It offers many advantages over using Swing directly, including:

    * A much simpler, cleaner, and more consistent API
    * A better mechanism for laying out interface components
    * A far more powerful event handling mechanism, which is based on dynamic binding of arbitrary methods as event listeners
    * Built in support for serializing user interfaces as XML, then reconstructing them again
Other important features of Buoy include:

    * It forms a "transparent wrapper" around Swing. It hides the complexity of Swing when you don't want to deal with it, but doesn't get in your way when you actually need that complexity.
    * It is very small and efficient. The entire compiled library is only 192 K.
    * It is written entirely in Java, and works on any JVM that is compatible with J2SE 1.4 or later.
    * All source code is in the public domain.

Read: Buoy

Topic: Links for 2005-03-17 [del.icio.us] Previous Topic   Next Topic Topic: Eclipse crashes on loading build.xml

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use