In the specification for SCJD version 1.3.3 it says that the user interface "must be composed exclusively with components from the Java Foundation Classes (Swing components)". Now to the question: Is AWT part of the JFC? When searching the web I get "different" answers...
The reason for asking is that my initial idea was to use AWT Layoutmanagers, but... [ February 22, 2007: Message edited by: Christian Borgstrom ]
Brian Kelly
Ranch Hand
Joined: Jan 04, 2007
Posts: 54
posted
0
I believe it means you can't use a class that extends java.awt.Component