Skip to content

SpaciousCoder78/swingPad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Swing Pad

A text editor developed using java

Pre-requisities

How to use

Download the latest version of the app from the release section of this repository

image

Click on swingPad.jar to run the app

You'll be greeted with a window after that

image

Now, maximize the window by clicking the maximize button

image

image

This is the text area of the app and this is where youll have to enter the text

To open a new file click on the file button in the menu and click on New File

If you want to save your file, access the file menu and click on save file

image

Then youll see this new window, this is where you have to enter a name for your text file and save it.

Once you click save, youll see the text file with the content in it in the same folder as the jar file

image

If you want to open a text file (feature introduced in v1.3), just click on file and then open file which will open a file chooser. Select the text file you want to open and hit enter

image