Tagged Questions

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
338 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
1answer
133 views

Compiling and Running a netbeans GUI Application in Unix commandline

I need to make a GUI Application for my class , so I want to make sure I can transfer a netbeans project using the GUI Builder (I know how to make it without it, but that's more time consuming and I ...
1
vote
1answer
73 views

NetBeans IDE deadlock

I've already gone to the NetBeans bug reporting community, before anyone points me there. They have no solution. In every NetBeans IDE I use (I have 4 versions (6.9, 6.9.1, 7.0, and the latest ...
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
141 views

How can I achieve WYSIWYG in NetBeans GUI Builder?

I've spent many fruitless hours trying to create what I consider to be a very simple GUI. One thing that makes it simple is that I don't even expect it to be resizeable. I want it to display just ...
0
votes
1answer
59 views

What determines the alignment snapping in NetBeans GUI Builder?

I'm perplexed by the "snapping" behavior of NetBeans GUI Builder - those dotted lines (and the magnetic force they exert) as I move components about within a container. Is it determined by the Layout ...
0
votes
0answers
19 views

NetBeans/Matisse glitch

I am using the NetBeans' GUI-builder ("Matisse") to do all the layout for a small Swing app I am writing. When I go to create a new container (JFrame, JDialog, etc.), and I put components on it, it ...
0
votes
2answers
942 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 ...
0
votes
1answer
102 views

Transfering a WHOLE netbeans GUI project

Alright, so for a homework assignment I had to make a simple application with java swing. I used the netbeans GUI builder to do it and it works fine. However, when I zip up the entire folder ...
0
votes
1answer
405 views

Netbeans GUI builder and jtable stateChanged fired when add custom java bean to gui

i make some custom java beans components to add at my GUI. This componenent contains a jtable with a stateChangeListener, the problem is when i add this component to my GUI stateChaged is fired (and ...
0
votes
3answers
1k views

Netbeans: using GUI Builder on regular Java class file

I'm using Netbeans. When I create a Java class, I sometimes want to change it to be a GUI component so that I can visually edit it using the GUI Builder. What is the necessary step to transform a ...
0
votes
1answer
68 views

the distance tends to be one, but I want the distance to tend to be another

When I'm positioning textareas on the screen (with the gui-builder of netbeans), the distance between the first and the second tends to be one (18 pixels), the distance between the second and the ...