Universal UI

purpose | motivation | direction

Universal UI is an open development environment that allows the creation of user interfaces in multiple programming languages. The application classes define a framework that is subclassed by a developer and tailored for language specific output.

User interfaces are inherently very similar creatures in terms of the various looks and feels. There are common components that are defined in any program. The code that defines the interface is however, inherently different.

Universal UI benefits from this abstract framework and the assistance of the open-source community.


Download UniversalUI

Compiling UniversalUI

In the UniversalUI directory.

javac -classpath .. UniversalUI.java

Running UniversalUI

In the UniversalUI directory.

java -cp .. UniversalUI.UniversalUI








Sourceforge Site