Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Java Swing Bootcamp | Build Java GUI Applications With Swing
Rating: 4.0 out of 5(18 ratings)
2,786 students

Java Swing Bootcamp | Build Java GUI Applications With Swing

Master Java programming by building Java real world GUI applications using Java swing technology for Java programmers
Created byEmenwa Global
Last updated 3/2026
English

What you'll learn

  • How to setup a window builder
  • How to build your first Java Swing application
  • How to build a simple calculator application using Java swing technology
  • How to build a simple clock application using Java swing technology
  • How to build advance calculator project from scratch
  • How to build a complete Hotel Management System application from scratch using Java swing technology

Course content

1 section26 lectures4h 35m total length
  • Setup of window builder7:45
  • Your first Java GUI project19:23
  • Ask Questions, Get Support & Achieve Your Dream!0:49
  • Simple Calculations in Java GUI15:39
  • Simple Clock in Java GUI16:19
  • Introduction to Advance calculator project2:22
  • Simple Calculator Project (Part 1)19:43
  • Activate the calculator buttons8:27
  • Activate the calculator operational keys14:07
  • Activation of operational keys (cont.)11:44
  • Introduction to Hotel Management System8:16

    Build a complete hotel management system desktop app in Java Swing, with a menu bar, itemized orders, delivery options, room selection, currency converter, and receipts.

  • Getting started with Hotel management system11:29
  • How to add a menu to HMS14:36
  • Creating a calculator and receipt tab for HMS11:43
  • Design the menu, quantity and price tabs21:24
  • Currency converter for HMS10:22

    Implement a currency converter panel in a Java Swing HMS project, with country selection, an amount input text field, and a convert result display plus submit and reset controls.

  • How to design the cost area11:27
  • Change the fields variable names10:11
  • Working on the calculator part of HMS5:44
  • Activate the submit button23:02

    activate the submit button while stepping through drinks and meals, calculating drink price, meal total, delivery, and tax, and displaying the final total with three-decimal formatting.

  • Activate the Reset button8:45
  • Continue with the currency converter9:26
  • Continue with the Receipt tab4:30
  • Conclusion of the Hotel Management System project7:20

    Conclude the hotel management system project by adding a live clock, validating date-time display, and reviewing room pricing and receipts to reinforce Java Swing GUI skills.

  • Final lecture video0:44
  • Congratulations! Never Stop Learning...0:15

Requirements

  • This course requires the basic knowledge of Java programming to get started and follow along with practical examples

Description

Swing is a GUI widget toolkit for Java. It is part of Oracle's Java Foundation Classes (JFC) – an API for providing a graphical user interface (GUI) for Java programs.

Swing was developed to provide a more sophisticated set of GUI components than the earlier Abstract Window Toolkit (AWT). Swing provides a look and feel that emulates the look and feel of several platforms, and also supports a pluggable look and feel that allows applications to have a look and feel unrelated to the underlying platform. It has more powerful and flexible components than AWT. In addition to familiar components such as buttons, check boxes and labels, Swing provides several advanced components such as tabbed panel, scroll panes, trees, tables, and lists.

Unlike AWT components, Swing components are not implemented by platform-specific code. Instead, they are written entirely in Java and therefore are platform-independent.

Swing introduced a mechanism that allowed the look and feel of every component in an application to be altered without making substantial changes to the application code. The introduction of support for a pluggable look and feel allows Swing components to emulate the appearance of native components while still retaining the benefits of platform independence. Originally distributed as a separately downloadable library, Swing has been included as part of the Java Standard Edition since release 1.2. The Swing classes and components are contained in the javax.swing package hierarchy.

In this course, we covered the following:

  1. How to setup window builder

  2. How to build your first Java Swing application

  3. How to build a simple calculator application using Java swing technology

  4. How to build a simple clock application using Java swing technology

  5. How to build advance calculator project  from scratch

  6. How to build a complete Hotel Management System application from scratch using Java swing technology

Who this course is for:

  • Anyone who wants to level up his/her Java programming skill by building real world applications using Java swing technology