|
Abstract Windowing Toolkit - Wikipedia, the free encyclopedia (324 words) |
 | When Java was released, AWT was heavily criticized as one of the weakest components of Java. |
 | An AWT application that might look great on a Windows PC would turn out to be an unusable mess on a Macintosh system, and vice versa. |
 | In the JDK version 2, the AWT's widgets have largely been superseded by those of the Swing toolkit. |
| abstract from FOLDOC (1438 words) |
 | In general an interpretation is characterised by the domains used to represent the basic types and the abstract values it assigns to constants (where the constants of a language include primitive functions such as *). |
 | Examples are abstract data types (the representation details are hidden), abstract syntax (the details of the concrete syntax are ignored), abstract interpretation (details are ignored to analyse specific properties). |
 | A parse tree is similar to an abstract syntax tree but it will typically also contain features such as parentheses which are syntactically significant but which are implicit in the structure of the abstract syntax tree. |