Hubbry Logo
search button
Sign in
Graphical user interface builder
Graphical user interface builder
Comunity Hub
arrow-down
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Graphical user interface builder
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Graphical user interface builder Wikipedia article. Here, you can discuss, collect, and organize anything related to Graphical user interface builder. The ...
Add your contribution
Graphical user interface builder
NetBeans GUI builder

A graphical user interface builder (or GUI builder), also known as GUI designer or sometimes RAD IDE, is a software development tool that simplifies the creation of GUIs by allowing the designer to arrange graphical control elements (often called widgets) using a drag-and-drop WYSIWYG editor. Without a GUI builder, a GUI must be built by manually specifying each widget's parameters in the source code, with no visual feedback until the program is run. Such tools are usually called the term RAD IDE.

User interfaces are commonly programmed using an event-driven architecture, so GUI builders also simplify creating event-driven code. This supporting code connects software widgets with the outgoing and incoming events that trigger the functions providing the application logic.

Some graphical user interface builders automatically generate all the source code for a graphical control element. Others, like Interface Builder or Glade Interface Designer, generate serialized object instances that are then loaded by the application.

List of GUI builders

[edit]

C language based

[edit]

C# based

[edit]

C++ based

[edit]

Objective-C / Swift based

[edit]

Java based

[edit]

HTML/JavaScript based

[edit]

Python based

[edit]

Object Pascal based

[edit]

Tk framework based

[edit]

Visual Basic based

[edit]

Other tools

[edit]

List of development environments

[edit]

IDEs with GUI builders (RAD IDEs)

[edit]

See also

[edit]

References

[edit]