JudoScript.COM Design principles of Judo the sport and the language
HomeJudo LanguageJuSP PlatformJamaica Language 
Judo ReferenceJuSP ReferenceWiki/WeblogTutorials/PresentationsDownloadsGoodiesFeedback  
Book: The Judo Language 0.9
 








In this chapter:

Chapter 19. Java GUI Scripting

By James Jianbo Huang

printer-friendly version
Synopsis: One of the uses of Judo's Java scripting is to build Java GUI programs, either AWT, Swing or SWT based. In addition to the Java-only way to build Java GUIs, Judo provides a special GUI event handling statement, guiEvent, that is an event-driven statement. An event from a GUI component is denoted as a colon-separated tuple, and you as a programmer supply the handling code. The event object is stored in the $_ variable, which is of different type depending on the event.

Not done yet. For now, please read this article.

 
Create AWT and Swing GUIs   to be done


 
Handle GUI Events   to be done


 
Handle GUI Events for Multiple Controls   to be done


 
back to top
 



Copyright © 2001-2005 JudoScript.COM. All Rights Reserved.