0
how to make GUI for programmes
like i have made some programmes how to create gui so that others can easily use it
3 Answers
+ 2
I know abour Windows Forms and Java Swing.
The first can be used with C# and C++, the Swing well... with Java. Google them up.
+ 2
For Java: AWT, Swing, JavaFX.
+ 2
look at
gtk library
QT library
WxWidgets library
tkinter module.
Gui programmingcan be ovewhelming specially for beginners. as it has many variables associated to the OS you intend to use.
A very easy way to get a gui up and running in 5minutes, is the G4P library and the guibuilder tool by Peter Lager, available for the Processing IDE.
You desingn GUI with a simple graphical editor and you code the logic in the event handlers of your elements.
By far the easiest gui for Java I tried.
www.processing.org