Java frameworks
A software framework is a reusable design for a software system (or subsystem). This is expressed as a set of abstract classes and the way their instances collaborate for a specific type of software. Software frameworks can be object-oriented designs. Although designs don't have to be implemented in an object-oriented language, they usually are and in some ways they can be considered the object-oriented equivalent of software libraries. A software framework may include support programs, code libraries, a scripting language, or other software to help develop and glue together the different components of a software project. Various parts of the framework may be exposed through an application programming interface (API).
From : http://en.wikipedia.org/wiki/Software_framework
Javu WingS
Javu WingS is a set of lightweight Java components providing most of the controls, needed for a typical application/applet.
The component hierarchy of Javu WingS is similar to Swing, but the API is simplified and closer to AWT.
Most of the components are derived from WingComponet which (like JComponent) is derived from java.awt.Componet
Top level classes WingApplet, WingDialog, WingFrame and WingWindow are derived from appropriate AWT classes and contain WingRootPane (analogous to JRootPane).
The components use typical AWT events, work with AWT layout managers, and can be used together with AWT and Swing components.
visit
Javu WingS
Javu WingS was visited : 70 times
Loading .....