Skip to content

SwapIt is a minimalist Java Swing application allowing users to effortlessly swap text between two input fields with a responsive and user-friendly graphical interface.

Notifications You must be signed in to change notification settings

beriamegha8/swapIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Text Swapper

A simple Java Swing application to swap text between two input fields.

Features

  • User-friendly GUI with text input fields.
  • Swap button to interchange text between the input fields.
  • Result label displays the swapped text.
  • Responsive design with javax.swing components.

Getting Started

  1. Clone the Repository:
    git clone https://github.com/your-username/TextSwapper.git
    
  2. Compile and Run:

bash cd TextSwapper javac SwapIt.java java SwapIt

Usage:

Enter text in the "First text" and "Second text" fields. Click the "Swap" button to interchange the text. The result label displays the swapped text.

Dependencies

Java SE Development Kit (JDK) Swing library (included in Java standard library)

About

SwapIt is a minimalist Java Swing application allowing users to effortlessly swap text between two input fields with a responsive and user-friendly graphical interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages