BeoBasis

2.0.16

A simple library that includes several Java Swing classes that allow you to control the look and feel of the applications and that are platform independent

BeoBasis is a lightweight Java library that comes with several modules to help you with your programming work. According to the developer, the tool is especially useful for Java Swing applications and Java servlets, meaning those small little programs that run on the Java-enabled web server or application server.
As far as Java Swing is concerned, it is a set of program components for programmers that allow you to manage the graphical user interface (GUI) components, including, like buttons, scroll bars, for example. Generally speaking, these components are independent of the windowing system for specific operating systems. In addition, they can use a different look and feel and provide both additional functionalities and added components to AWT-replacement components.
Among the components that you can find within the app, you can count BeoDesktop, which refer to Java Swing classes that follow the recommended practices of java on Mac. As you would expect, you can take advantage of the general utilities via BeoCommon and export routines for data with BeoExport.
The utility also packs three types of classes, namely BeoLookFeel, which refer to classes that control the look and feel of Java Swing, BeaTable that provide a sortable grid table and BeoZipping that includes zip routines.

System requirements