Top "Gui-builder" questions

Graphical User Interface Builder for various IDEs.

How to add row of data to Jtable from values received from jtextfield and comboboxes

I have a JFrame Form which has JTextFields, JCombobox etc. and I am able to receive those values to variables …

java swing netbeans jtable gui-builder
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.…

java swing netbeans gui-builder
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 …

swing netbeans icons gui-builder
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 …

python wxpython gui-builder
Running a JPanel Form

I am beginner in java. I created a JPanel form in java (NetBeans). then, i defined some actions such as …

java swing netbeans jpanel gui-builder
GUI Builder for Eclipse Juno

Do you know any GUI builder for SWT, which is compatible with Eclipse Juno (4.2)?

eclipse swt eclipse-juno gui-builder
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 …

java methods netbeans6.5 gui-builder
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.…

xcode xcode4 gui-builder
IntelliJ IDEA GUI builder – no Java code generated

I have designed my GUI form in the IntelliJ IDEA GUI designer, and selected the radio button in Project Settings → …

java user-interface intellij-idea code-generation gui-builder
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 …

java swing desktop-application gui-builder javafx-2