Last updated: Jul 15, 2022

Java Swing Applications

Swing is a GUI widget toolkit for Java. It is part of Oracle’s Java Foundation Classes, an API for providing a graphical user interface for Java programs. Swing was developed to provide a more sophisticated set of GUI components than the earlier Abstract Window Toolkit.Java provides a rich set of libraries to create a Graphical User Interface in platform independent way. Let’s learn some applications of Java Swing.
Notepad in Java MEDIUM
In this article, we will discuss about the Notepad in Java ad how it can be helpful in editing text.
IP Finder in Java EASY
This article discusses IP Finder in Java and how one can use IP Finder in Java to find the IP address of a computer.
Word Character Counter in Java EASY
In this blog, we will learn about the word character counter in Java with the help of AWT or Swing, an introduction to characters, and examples.
URL Source Generator in Java MEDIUM
In this article, we will see the implementation of an application URL Source Generator in Java. This application extract the souce code of any website based on given url.
Folder Explorer in Java EASY
In this blog, we will learn about Folder Explorer in Java, how it works, and understand it with the help of an example. We also implemented the logic to develop a Folder Explorer in Java using java swing and awt.
Puzzle Game in Java EASY
In this blog we will learn about “Puzzle Game in Java” with the help of examples and explanations. We will also implement code to develop a simple Puzzle Game in Java.
Tic Tac Toe Game in Swing HARD
Tic Tac Toe game in Java Swing explained with code. Learn step-by-step implementation to build and understand the game in Java GUI programming.
Online Exam Project in Java Swing without database MEDIUM
In this article, we will see the implementation of the online Exam Project in Java Swing without database