Graphical user interface builder

From Wikipedia, the free encyclopedia
(Redirected from GUI designer)
Jump to navigation Jump to search
File:Gui-builder.png
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.[1] 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.

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 | edit source]

C language based

[edit | edit source]

C# based

[edit | edit source]

C++ based

[edit | edit source]

Objective-C / Swift based

[edit | edit source]

Java based

[edit | edit source]

HTML/JavaScript based

[edit | edit source]

Python based

[edit | edit source]

Object Pascal based

[edit | edit source]

Tk framework based

[edit | edit source]

Visual Basic based

[edit | edit source]

Other tools

[edit | edit source]

List of development environments

[edit | edit source]

IDEs with GUI builders (RAD IDEs)

[edit | edit source]

See also

[edit | edit source]

References

[edit | edit source]
  1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).