Building GUI Applications

Building GUI applications in JudoScript is achieved by its superb capability of using Java classes and the event handler statement, guiEvents. GUI components are created and glued together in JudoScript. Embedded Java class and adapter are important mechanisms to create new components. If they are to be re-used, they can reside in their own source file.