Java Tutorial with officialhord - Installing Netbean and SqliteStudio

Опубликовано: 05 Май 2026
на канале: Hord
82
3

This is an introductory Graphical User Interface tutorial. The purpose of this tutorial is to get you started with the Java GUI programming.

Definitions
*JAVA:*
Java is an object oriented, Platform Independent, Simple, Secure, Architecture-neutral, Portable, Robust, Multithreaded, Interpreted, high-performance, distributed and dynamic programming language. That must have sounded very scientific, but its simple Java is a language used for writing simple and complex programs across different operating systems.

*GUI:*
Expressed as Graphical User Interface, is the application screen you see whenever you open a program or software on your windows, mac and linux operating systems. Technically, from the welcome screen where you are able to type in your password, to the desktop screen where you select programs to run, these are all graphical interfaces. So *GUI can be said to be the understandable views of the computer screen.*

For this tutorial, we will be dealing basically with a section of java swing called Jframe, and we will be using netbean as the programming tool and sqlite as our database tool. So heres a list of what to get if you'll be practicing:
*Tools*
Netbean 8.2 - http://netbeans.org/downloads
Sqlite - https://sqlitestudio.pl/

as we continue in the tutorial I'll be explaining everything you need to know.