24 projects tagged "GUI"
ArtTk is a graphic library based on Java/Swing offering an open development toolkit intended specifically for scientific and technical applications. It provides a set of widgets and functional modules a set of support modules (helpers) permitting dynamic definition of menus and tool bars from simple XML configured files, and supporting tooltips, icons, action commands, etc.; a very adaptable generic desktop, facilitating the assembly of Swing components in a specialized GUI; an extended Grid layout to simplify the development of advanced scientific applications; and a set of scientific and technical widgets, such as a dynamic memory footprint monitor, simple key-values based fields editors, a generic color gradient editor, etc.
INIshell is a graphical INI file generator. A set of constraints regarding the sections, keys, and values that might be present in the INI file are defined in an XML file. INIshell reads this XML file and dynamically generates a GUI allowing the end user to edit the INI file. Its flexibility allows any application to describe its configuration options and easily offer a GUI to the end user.
JCGO (pronounced as "j-c-go") translates (converts) programs written in Java into platform-independent C code that can be compiled (by third-party tools) into highly-optimized native code for the target platform. JCGO is a powerful solution that enables your desktop, server-side, embedded, mobile, and wireless Java applications to take full advantage of the underlying hardware. In addition, JCGO makes your programs, when compiled to native code, as hard to reverse engineer as if they were written in C/C++. The JCGO translator uses some optimization algorithms that allow, together with optimizations performed by a C compiler, the resulting executable code to reach better performance compared with the traditional Java implementations (based on the Just-In-Time technology). The produced executable does not contain nor require a Java Virtual Machine to execute, so its resource requirements are smaller than that required by a typical Java VM. This also simplifies the process of deployment and distribution of an application.