Builder « Component « Java Swing Q&A





1. NetBeans Swing GUI Builder: Background Gradient    stackoverflow.com

I would like to put in a background gradient using the NetBeans GUI Builder. I know I can layer components, but I can't seem to find out how to put in ...

2. How to change the type of a previously inserted GUI Builder component?    forums.netbeans.org

My form was designed with a JSpinner component in it. Since then, we've decided to subclass that component to add extra functionality. Does anyone know if there's a way to change ...

3. Adding components to components using Java GUI builder    forums.netbeans.org

I'm just trying the netbeans gui builder for the first time in 10 years, when it was still Forte. I'm trying to build separate components, and then place one within another. ...

4. GUI Builder: Commenting out components    forums.netbeans.org

I have a rather complex GUI that consists on a number of different panels atop a base panel. I want to try a different type of panel in place of one of the old ones I designed. If I'd coded it manually, I'd comment it out while I tried the new one. How can I do the equivalent with a "designed" ...

5. Adding new components to the GUI Builder.    forums.netbeans.org

Hi, right at the beginning I must emphasize that I do not mean adding new components to the GUI builder by the Palette Manager, but through manual edition of the configuration files. This is becase the Palette Manager does not work in 7.0.1, throwing a couple of NullPointerExceptions when clicking "Finish", so it is rather useless right now. The bug is ...