I import

import java.awt.Toolkit;

then type Toolkit, then execute jde-complete-at-point-menu, and I get the
menu.  I arrow down to getDefaultToolkit() and hit enter.

So now I have:

Toolkit.getDefaultToolkit()

I tried the same completion method here (with and without the '.' following
the parens), but what I get is the following error:

Could not find type of Toolkit.getDefaultToolkit.

Any ideas?

Thanks,
Jeff

Reply via email to