0
How are gui applications created with just simply programming languages.or is there some other softwares like photoshop are used
im so curious towards this and i want to know please help me out in this
3 Respuestas
+ 3
Adding to @Mario, you may also try Visual Studio where you can create GUI by drag and drop features where code for interface is automatically get written in background. You may choose VB.Net or C# for implementing business logic.
+ 2
which language do you prefer? there's qt, tkinter, swing/awt, JavaFX........
+ 2
Mostly, you write pure code (to create the window, its position and size / elements to be added: text boxes, buttons, etc)
Some other software (such as netbeans Java) offer drag and drop options for creating GUI and forms.