Graphical User Interface Builder for various IDEs.
Questions tagged [gui-builder]
119 questions
0
votes
1 answer
Transferring 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 (Documents\NetBeansProjects\Lesson 7) my professor…

Caleb Jares
- 6,163
- 6
- 56
- 83
0
votes
1 answer
How to print values in GUI from image in python?
I'm new in GUI developing.Here i'hv created two GUI, one for taking photo and another for showing features.so,i'hv used two functions.but i don't know some things.Now i need two kinds of help from you.
1)what is the command for printing float value…

user9253244
- 5
- 2
0
votes
1 answer
text stuck in non-editable line in netbeansIDE
just have a very big problem with my project, i work on a java project on NetBeansIDE 8.2 i'm on Windows8 x86, in netbeans GUI Builder when i changed a component variable_name to another one, the old variable_name have been stuck in the non-editable…

mhamad arsalan
- 77
- 2
- 9
0
votes
2 answers
How can I create and dispose of my forms created with IntelliJ's GUI builder
I have created a form with IntelliJ's GUI builder, it has a working main() method, the form works properly and has some listeners attached.
In addition to that I have a custom class where I want to call that GUI I created with IntelliJ's GUI…

FlashspeedIfe
- 368
- 1
- 6
- 15
0
votes
1 answer
Can you build a Swing GUI for an MVC-style game if the Controller doesn't have a reference to the Model?
I couldn't find any similar answers on here, but apologies if this it too specific to my own problem.
I am building a simple game using in Java that has both a command line interface and a GUI (activated using a command line flag). The way that the…

daemon_headmaster
- 679
- 1
- 5
- 9
0
votes
1 answer
Easiest way to join database tables when using Netbeans gui builder
What is the easiest way to join two tables to provide the data for a jTable and make use of the Netbeans gui builder code? Netbeans gui builder makes setting up a jTable for a single database table a simple case of making selections that are…

user3304253
- 11
- 3
0
votes
0 answers
NetBeans Java Swing Browser
I want to implement Java Swing Browser in JFrame, available from Net Beans Gui Builder.
I've found Oracle example - working with JavaFX in Swing using J.
It works, but Net Beans Gui Builder is not available in this application.
I created new JFrame,…

user6254358
- 11
- 3
0
votes
1 answer
Is there a Angular 2 GUI Builder?
I researching tools for user interfaces development using Angular 2, but not was able to find one.
Anyone knows if there's a wysiwyg tool to build Angular 2 user interfaces?

Natanael
- 1,326
- 5
- 17
- 34
0
votes
1 answer
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 fire an exception).
How can i resolve this?

blow
- 12,811
- 24
- 75
- 112
0
votes
0 answers
Generate a random number of JButtons in a GUI builder?
I'm using a GUI builder to make a simple JFrame that contains a JPanel. I want to add a random number of JButtons to the panel, is it possible for me to do this without having to write my own code for the JPanel? I ask because I am not strong with…

baxdab
- 141
- 3
- 8
0
votes
0 answers
Updating JLabel Image in Netbeans (GUI Builder user, sorry)
I've gone through a couple of questions here and I'd like to apologize in advance. I know the common advice is that you're best to start out without using GUI builders so as to have a better understanding of the works, as I understand that GUI…

RandomInquirer
- 3
- 3
0
votes
0 answers
Adding subview from GUI to custom class using Netbeans
I'm using netbeans and its GUI Builder.
I have a Form JFrameTest. I created a PersonPanel JPanel class.
I dragged-dropped it into the JFrameTest created by Netbeans.
So the JFrameTest used by Netbeans contains auto-generated code.
What I want is…

Aymenworks
- 423
- 7
- 21
0
votes
0 answers
Netbeans : Affect custom class in GUI Builder
I have a very big Frame made with Netbeans GUI Builder. And of course, made by default all inside one file, called JFrameTest.java.
Now I want to modularise my code. I have a JFrame containing a JTabbedPane and inside a lot of JPanel.
What I want is…

Aymenworks
- 423
- 7
- 21
0
votes
1 answer
Using LayeredPane, changing background color of panes underneath brings them to the foreground?
I'm making a piano interface and am trying to make it so that when the user clicks the white key it turns light gray, then when they release it. When I press the key, it beings the white key to the foreground and hides the black key.
Before clicking…

jaredjxyz
- 73
- 3
0
votes
1 answer
Where should I put my initialisation code?
I have written a programme in java for command line. Now to convert it to gui I used Netbeans GUI Builder. The problem is I do not know where to put my initialisation codes(from the old main class).
There is a main in gui but I do not think I can…

Ibraheem Moosa
- 154
- 1
- 9