Skip to content

Smuggler0P/Java-Notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

# Java Notepad

Java Notepad is a simple text editor application built using Swing and Java. It provides basic text editing features such as creating, opening, saving, and editing text files.

## Features

- Create, open, and save text files
- Edit text with basic formatting options (e.g., font size, style)
- Cut, copy, and paste text
- Undo and redo changes

## Technologies Used

- Java
- Swing

## Getting Started

To run the Java Notepad application, you need to have Java installed on your machine. You can download the latest version of Java from [here](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html).

### Clone the Repository

```bash
git clone https://github.com/Smuggler0P/Java-Notepad.git

Build and Run

cd Java-Notepad
javac Main.java
java Main

Usage

  • Launch the application
  • Use the menu bar to create new files, open existing files, save files, etc.
  • Edit the text in the text area
  • Use the toolbar for quick access to common actions like cut, copy, paste, etc.

Contributing

Contributions are welcome! Feel free to fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages