[Solved] How can I make my own graphic interface? [closed]

Almost all programming languages have libraries that help you create a GUI (Graphical User Interface). Most programming languages, including C++, C#, and Java are general-purpose programming languages – you can use them to program whatever you want. For Java for example, see this tutorial: Creating a GUI With JFC/Swing. If you want to write an … Read more