JAVA GUI development AWT Complete Course With Software development and Database connectivity
Description
Before watching this tutorial you should know about Java programming language and MySQL
If you don’t know about this you can go and first watch Java tutorials and MySQL link is given below
Complete SQL tutorial in One Video:-https://youtu.be/taai-dvhREs
Java tutorial In One Video | from basic to advance :-https://youtu.be/EcZSAWD9_AM
In this course I will teach you about a JAVA AWT component from basic to advance
End of this tutorial we will create one software with database connectivity.
After Completing this course you also get Certificate.
what is a AWT in JAVA
The Abstract Window Toolkit (AWT) is Java’s original platform-dependent windowing, graphics, and user-interface widget toolkit, preceding Swing. The AWT is part of the Java Foundation Classes (JFC) — the standard API for providing a graphical user interface (GUI) for a Java program. AWT is also the GUI toolkit for a number of Java ME profiles. For example, Connected Device Configuration profiles require Java runtimes on mobile telephones to support the Abstract Window Toolkit.