460 projects tagged "User Interfaces"
Millstone is Web user-interface component library for Java programmers. It lets you program user interfaces on the server side in a clean, object-oriented manner without getting your hands dirty with XHTML, CSS, JavaScript, and browser incompatibilities. However, working on those lower levels is also supported. Commercial support is offered for the library and it is in active use by many of large enterprise applications and software products. The API has been stable since year 2002 and support for new browser technologies is actively developed.
Salsa is a collection of Swing add-ons. It includes new widgets such as auto-complete textboxes or tree tables, new data models such as XML tree models, UI tree models, or Java Bean table models, new common dialogs such as a font chooser, new convenience methods such as center frame on screen, and much more.
Metastorage is a PHP data access object generator compiler tool. It implements an object persistence API from a description in an XML format named CPML. The persistent object classes implement object-relational mappings, so developers do not have to write SQL manually. It features an object query language for specifying conditions for querying objects, generation of classes for producing reports, generation of classes to manage templated Web forms for creating new persistent objects, and generation of UML class diagrams. It can be run from the command line or from a Web interface.
Uxtobx processes user interfaces generated by the UIM/X Motif GUI Builder tool developed by Actional and converts them into an UIL file that ICS’s Builder Xcessory (BX PRO) can read and manipulate. Conversion is accomplished by giving the tool a list of files on the command line, which are read in and parsed. The resulting BX PRO UIL file is written to stdout and can be saved using standard file redirection. Any C/C++ code saved in a .i file is moved into a file called usercode.c during conversion process. After conversion, the user starts BX PRO and reads in the generated UIL file.
Eric is a full featured Python and Ruby editor and IDE, written in Python. It is based on the cross platform Qt GUI toolkit, integrating the highly flexible Scintilla editor control. It is designed to be usable as an everyday quick and dirty editor as well as being usable as a professional project management tool, integrating many advanced features that Python offers the professional coder. Eric includes a plug-in system, which allows easy extension of the IDE functionality with plug-ins downloadable from the net. Current stable versions are Eric4 based on Qt4 and Python 2 and Eric5 based on Python 3 and Qt4.
NetCharts Pro is the chart generation solution of choice for Java programmers. It can be used to chart-enable Java based web applications and stand-alone applications. It can create images of charts in Web formats such as PNG, JPG, and WBMP, making it ideally suited for server-side use in chart enabling servlets or JSP pages. NetCharts Pro applications can also be implemented as applets.
Phptempt is a template engine for PHP and Java. Templates are precompiled and then included to the script/Java program as a PHP script/Java program. Templates are organized in blocks and placeholders, all placed in one single file. Blocks may be recursive. A version of the engine is available that is optimized for Java and particularly useful for the creation of code generators of any kind.