123 CODING WITH ME
Java GUI (Graphical User Interface)

So far, we have learned about writing input and getting output via the command lines. Next, we can start looking at the Graphical User Interface (GUI), graphical components (e.g. buttons, list, windows), to interact with easy to use visual presentations for the websites or applications….
Creating Steps

The following steps will guide you on how to create a simple GUI through designing a layout, buttons, and adding text fields….
GUI Examples with Layouts

Hi everyone! I hope you had a chance to start making your GUIs by using the guidance in the previous post. We have seen how to create GUI by using NetBeans functions without writing codes. …
GUI coding into Desktop Application

Creating GUI applications in Java is good if you enjoy coding and you are familiar with how to run java files by using coding software. If you are writing that application for someone (it could be your customer) or if you want other people to use your application without any software need (such as NetBeans IDE), you need to convert your Java GUI coding into a desktop application…
