how to make GUI for programmes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to make GUI for programmes

like i have made some programmes how to create gui so that others can easily use it

5th Feb 2017, 2:17 PM
shobhit
shobhit - avatar
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.
5th Feb 2017, 3:50 PM
Norbivar
Norbivar - avatar
+ 2
For Java: AWT, Swing, JavaFX.
5th Feb 2017, 5:06 PM
Tashi N
Tashi N - avatar
+ 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
5th Feb 2017, 5:22 PM
seamiki
seamiki - avatar