Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishraks/javafx-notepad-app
A simple Notepad application built using JavaFX and Scene Builder with basic text editing functionalities.
https://github.com/rishraks/javafx-notepad-app
java javafx-gui scenebuilder
Last synced: 21 days ago
JSON representation
A simple Notepad application built using JavaFX and Scene Builder with basic text editing functionalities.
- Host: GitHub
- URL: https://github.com/rishraks/javafx-notepad-app
- Owner: rishraks
- License: mit
- Created: 2024-09-30T08:46:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T09:43:55.000Z (3 months ago)
- Last Synced: 2024-11-03T09:33:29.234Z (2 months ago)
- Topics: java, javafx-gui, scenebuilder
- Language: Java
- Homepage:
- Size: 52.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaFX Notepad App
## Description
JavaFX Notepad App is a simple and intuitive text editor built using Java and Scene Builder. This application allows users to perform essential text editing operations seamlessly, making it a handy tool for quick note-taking and file management.## Features
- **File Operations**:
- New: Create a new document
- Open: Open an existing document
- Save: Save the current document
- Save As: Save the current document with a new name
- Close: Close the current document
- Exit: Exit the application- **Edit Operations**:
- Undo: Revert the last action
- Copy: Copy selected text to the clipboard
- Paste: Paste text from the clipboard
- Cut: Remove selected text and copy it to the clipboard
- Delete: Remove selected text
- Select All: Select all text in the document## Technologies Used
- Java
- JavaFX
- Scene Builder## Installation Instructions
To run the JavaFX Notepad App, ensure you have Java installed on your machine. Clone the repository and navigate to the project directory. Use your preferred IDE to open the project and run the main application file.```bash
git clone https://github.com/rishraks/JavaFX-Notepad-App.git
cd JavaFX-Notepad-App
```## Usage
Once the application is running, you can use the menu options to create, open, and edit text documents. The UI is designed to be user-friendly, allowing for quick access to all features.## Contributing
Contributions are welcome! If you would like to contribute to this project, please fork the repository and submit a pull request with your proposed changes.## License
This project is licensed under the MIT License. See the LICENSE file for details.## About
The UI of the JavaFX Notepad App is designed through Scene Builder, providing a visually appealing and intuitive interface for users. The application is developed in Java, leveraging the capabilities of JavaFX for a modern user experience.