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
334 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
87 views
How to open NetBeans methods tree panel?
I just closed the methods tree panel in netbeans but now I cannot find how to open it back. I need to see the code methods and fields in a tree view. Where can I reopen the panel in netbeans?
1
vote
1answer
251 views
Java & GUI: Builder, Frameworks, Technologies - State of the art?
i'm looking for state of the art gui builder, frameworks and technologies about java gui developing.
I'm very interested in white papers, workshops and similar stuff. Im not really familiar with the ...
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
785 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
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
58 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
1answer
230 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
1answer
65 views
New GUI Screen Building, Design and enhancements From Existing Legacy Code
All The Gui Builders I heard of in IDES or otherwise would work fine when we start from scratch .
But we have plenty of legacy Java code that has custom dialogs, models, classes for UI . Is there any ...
0
votes
1answer
324 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
101 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
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 ...