Developers have a choice of an abstract window toolkit (AWT) or standard widget toolkit (SWT) when using the company's PERC Java solution. The graphic libraries are ...
Event-driven design has been around for quite some time. Within Java, both AWT (Abstract Window Toolkit) and Swing are based on an event model. Java provides the classes EventQueue, AWTEvent, ...