Tagged Questions

4
votes
12answers
836 views

The best tool for build swing UI visually [closed]

What is the best and powerful tool for building swing interface? What tool do you use for swing? Why?
3
votes
3answers
107 views

Swing JTable Hack

I have a fairly complicated JTable subclass (WidgetTable and its WidgetTableModel) that works fine when I add it to a dummy JPanel for testing purposes. Since I am absolutely horrid at working with ...
3
votes
2answers
335 views

How to change the look and feel in NetBeans GUI Designer Preview?

When using the NetBeans GUI Builder the "Preview Design" feature shows the panel with the system look and feel (e.g. Windows). Now I want to preview my panel with a different LaF to get all the gaps ...
1
vote
2answers
176 views

Java GUI Builder… do you know any? [closed]

Possible Duplicate: IDE for Swing Hi I'm looking for some java gui builder. I used Swing Designer from instantiations and it was pretty good, but I can't use it anymore since I don't want to ...
1
vote
8answers
790 views

Swing Generator

I need to develop some java gui using swing. A few years ago I did develop a bit with swing. But it was pretty exhausting, you see, back than there weren't much tools to help you. But I do believe ...
0
votes
1answer
50 views

NetBeans GUI Builder colors do not match previews in any Look & Feel

I made a Java application in NetBeans with a custom JPanel. I set the background of the panel to white in multiple locations, including in the GUI Builder, in the initializing code for the ...
0
votes
1answer
231 views

Adding JFXPanel to a JFrame. Why is it not working?

I am trying to add a JFXPanel to my JFrame. I am using Netbeans and Netbeans' Swing GUI Builder. When I run it I do not get any errors and the JFrame is created successfully but the JFXPanel with the ...
0
votes
2answers
927 views

Setting an icon for a jFrame in Netbeans swing gui builder

I've been trying to set up a window in Netbean's GUI builder, without success. I've tried accessing the JFrame, from my main class as: public void run(){ JFrame frame = new JFrame("Title of ...
0
votes
1answer
325 views

NetBeans Swing GUI Builder: Background Gradient

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 an image that fills the screen, and really don't ...