Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
764 views

How to assign different z-order to my Interface Builder objects?

How can I change the z-value, or just send to back or to front the objects in Interface Builder ? i.e. I would like to move to fron the "Label" in this View: http://d.pr/X17I
4
votes
12answers
837 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
336 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 ...
3
votes
4answers
2k views

A good wxpython GUI builder?

Is there a good wxpython GUI builder that does not require much coding, like in the case of the form builder in MS visual studio ?
2
votes
6answers
392 views

Where can I find C++ development software with a GUI builder?

I want to develop a user interface in C++ under Linux. I have not found a good IDE. I see anjuta but I can't install it on ubuntu 10.10. Please help me, I want an IDE with a GUI builder on Linux. ...
1
vote
2answers
49 views

MVC Gui Design Plugin for Eclipse

I am searching for an Eclipse plugin which supports drag and drop functionality to build a GUI and supports immediate and automatic embedding within a MVC (model view controller) structure. Any ideas? ...
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
41 views

Enabling users to create custom forms in RCP

I have an Eclipse RCP project, and I need to enable users to create custom views for our information. I see basically two options. Embed VEP or some other visual GUI builder. It would need to be: ...
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
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 ...
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
793 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
56 views

OO Pattern for GUI Builder

Is there an accepted OO pattern or methodology for how a GUI Builder should interact with GUI components? Supposing you have a GUI (at its most basic, consisting of containers and components) and a ...
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
1answer
232 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
2answers
939 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
0answers
57 views

Set frame background as an image

How would I set an image to be the background of a frame in WxRuby? I used Dialog Blocks to create my gui, so if there is a way to do it there, that works, or I could just hand code it. Any Help would ...
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
2answers
251 views

Resources for creating a Interface Builder

I want to create a web based interface/GUI builder that used a specific set of components to design the layout and workflow across screens. In addition to the layout, I want to do some data bindings ...
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 ...