Netbeans Full Package Path

drwoo123

Member
Apr 3, 2002
195
0
0
I wanted to get rid of the full package paths that netbeans creates
when using the GUI editor. Anyone know how to turn this off?

I would rather say import javax.swing.*;

than have javax.swing.JButton everywhere - know what i mean?

thanks
 

Stuxnet

Diamond Member
Jun 16, 2005
8,392
1
0
1. The NetBeans GUI editor stinks. If you absolutely refuse to build your GUI's by hand (see #2), use JBuilder Foundation.
2. Build your GUI's by hand. You can write them much more efficiently (both performance-wise and object-oriented-wise) than any code generator can.
3. Code that imports on a per class basis is more readable.

But to answer your question, I don't believe you can turn that off in NetBeans, though I haven't used it for about a year. I've been in JBuilder heaven since 2005 was released.