Hi,
The book I'm learning java from doesn't give a detail
structure of the trees for java (inheritance). For instance,
one of the statements in an example reads like this,
"enableEvents(AWTEvent.WINDOW_EVENT_MASK)".
How would I go about determining which class/package to
import and how would I know what qualifiers to us for
"enableEvents"?
Thanks.
Wayne
|