Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Java Swing Essentials - Java GUI Programming Made Easy
Rating: 3.9 out of 5(35 ratings)
1,483 students

Java Swing Essentials - Java GUI Programming Made Easy

Learn to create Graphical User Interface in Java in easy & comprehensive way. Go GUI because console is too mainstream
Last updated 9/2017
English
English [Auto],

What you'll learn

  • Create rich Graphical User Interfaces in Java
  • Effectively use various Swing GUI Components
  • Make your own multi-platform Desktop Applications
  • Convert Console-based java programs to GUI based Application

Course content

8 sections40 lectures2h 44m total length
  • Concept about JFC and its relation with Swing3:05

    You will learn, what is JFC. The features of JFC and a brief overview of Swing Packages

  • How a simple Swing program in Java looks like0:43

    This video shows how a simple java program using Swing looks like and the Output of the program when you compile it.

  • Quick Start: Create your First Swing Program9:29

    Create your first swing application.
    Learn to use the two basic swing components:

    1. JFrame (used to create application window)
    2. JLabel (used to display information inside the window)

    Also learn how to call the GUI code from the main method of your Java code using SwingUtilities class

  • Revision

Requirements

  • You should be familiar with the basics of Java Programming Language. (Tip: If you know about creating Classes and Functions in Java, You got the basics...)
  • Its good, if you are familiar with Eclipse IDE because it will make your task of java programming very easy.

Description

Java is one of the modern programming languages available today. Its write once, run everywhere approach makes it a top choice for developers. Coding in Java is easy and hassle free. You may be already creating small programs in it. Why just be limited to console-based programming when you can actually learn to create multi-platform GUI(Graphical User Interface) based software.

This course is for Swing. Swing provides the default tools in Java to create rich Graphical User Interfaces. Mastering Swing will ensure that you can handle real world projects that involve complex GUI. This guide will go through each and every aspect of Swing one by one.

This Course consist of Quizzes and Assignments.

Quizzes will ensure you are learning the concepts properly. Assignments will ensure you are actually applying the concepts properly. Solutions are included in the form of tutorial lectures at the end of the course.

Bonus: New content will be made available to you time to time to keep this course fresh and latest at no extra cost.

Who this course is for:

  • This course is meant for people who know little bit of Java and further wants to explore and leverage the power of this Programming Language in creating standalone GUI based software applications.