Graphical User Interface Builder for various IDEs.
Questions tagged [gui-builder]
119 questions
1
vote
1 answer
Java on OSX: wrong accelerator key icon in Swing menu using Netbeans GUI builder
I created a small application using Netbeans 8.1 on OSX. It contains just two menus "file" and "edit". The purpose is to add full copy / cut / paste functionality to the edit menu later on. I want to use Netbeans GUI builder but i encounter the…

Bebass
- 141
- 11
1
vote
3 answers
Design GUI by hand OR by GUI Builder
I know there are similar questions to my question. But there are a couple I would like to ask specifically since we are planning to re-design our GUI by hand. The system we are designing will be an enrollment system which will be used by the school.…

heisenberg
- 1,784
- 4
- 33
- 62
1
vote
2 answers
Swing Timer in Netbeans GUI
This is my first Swing application so I used NetBeans GUI Builder.
There is a Start button to start simulation(two loops: the outer by days and the inner by hours). At each iteration the loop should pause. When you click on the Stop button…

Alexandr Shevelev
- 33
- 1
- 5
1
vote
0 answers
Netbeans: how to make gui events method as protected instead of private
From the Gui builder in NetBeans 7.4 I can make action methods such as
private void btnFilterActionPerformed(java.awt.event.ActionEvent evt) { }
Is there any way to let NetBeans create protected mathods instead of private ones ?
protected void…

lvr123
- 524
- 6
- 24
1
vote
2 answers
Can we edit the generated code in java swing?
I would like to insert some code manually inside the generated code in java swing how to go ahead with that ? please help me out with your answer guyz

Suresh
- 501
- 1
- 5
- 11
1
vote
0 answers
How to fit my GUI app on small screens (netbooks)?
I have problems with fitting my application on a netbook (1024x600).How could I solve it?
The GUI has been made with NetBeans GUI Builder.
So what I want is that the application scales automaticaly.
Regards.

anat0lius
- 2,145
- 6
- 33
- 60
1
vote
2 answers
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 with XML data sources. A lot of the IDE's already…

Anurag
- 140,337
- 36
- 221
- 257
1
vote
1 answer
Textfield in panel in frame is initially set to NOT visible; later the program sets it to visible but it doesn't show
The text in txDiv0 is supposed to show up when division by 0 is attempled. It is set to NOT visible initially. The code works correctly BUT THE TEXT ONLY SHOWS WHEN I click the frame border as if to make it larger. Making the frame literally one…

DSlomer64
- 4,234
- 4
- 53
- 88
1
vote
0 answers
Editing jlabel text maximises panel in design view
I am using Netbeans 7.3 which comes with a WYSIWYG gui designer. I am using it to design my java application via swing. I have a JFrame with a gridlayout, in it i have a Jplanel1 with a gridBagLayout. Inside that i have a Jpanel2 with a free design…

kype
- 555
- 1
- 6
- 24
1
vote
1 answer
GUI Builder for eclipse juno 4.2
Do you know nice GUI builder for eclipse juno 4.2? I would be really appreciated to use Eclipse, not Netbeans.
Any suggestions?
Thanks a lot!
K4sia

k4sia
- 414
- 1
- 6
- 18
1
vote
7 answers
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 today it should be easier, there must be tools.
I…

Avi Y
- 2,456
- 4
- 29
- 35
1
vote
3 answers
UI Development with Java and XUL
I'm interested in using XUL as a standard way of defining my Java app (both Swing and web alike) UIs. To do this, I need two major components:
An open source GUI builder that allows me to drag n'drop UI elements, like Abeille forms or Matisse,…

IAmYourFaja
- 55,468
- 181
- 466
- 756
1
vote
1 answer
Is it possible to build a Netbeans Matisse based project without Netbeans?
Part of a project I'm on has a GUI app that is built with Netbeans using the GUI design tools that come in that IDE.
But this is only part of a bigger project, and needs to be built in an environment that does not have Netbeans installed (it happens…

npskirk
- 1,188
- 1
- 8
- 21
1
vote
2 answers
Java: Creating a GUI-Builder for Web app with custom tags
In our project we develop a framework that is meant to encapsulate most aspects of Java web development. My clients are other programmers who use this framework.
One of the things we encapsulate are JSP tags. We created custom tags for everything so…

Malki
- 2,335
- 8
- 31
- 61
1
vote
2 answers
Apps Script GUI and createClientHandler
I am trying to use a client handler to validate an entry to make sure that the entry is indeed a number. So if an entry contains a letter, for example, then I want to disable a button so that a user cannot proceed. I have built a GUI using the GUI…

thegeorge
- 19
- 8