importClass(class)

Enable the use of the unqualified name for a class.

Example

importClass(java.awt.Font);
font = new Font("Verdana", Font.ITALIC, 24); (1)
foreground = Color.red;
1 Does not require the java.awt qualifier