A simple text editor built in Java using Java Swing and AWT components such as JTextArea, JMenuBar, JMenu, and JMenuItems.
- Java
- Java Swing
- Java AWT
- JTextArea
- JMenuBar
- JMenu
- JMenuItems
This Java Text Editor is a user-friendly application that provides basic text editing functionality. It was created using Java Swing and AWT, which are commonly used Java libraries for creating graphical user interfaces.
Key Features:
-
Text Input and Editing: Users can enter, modify, and format text within the editor using a JTextArea component.
-
File Menu: The File menu offers options to open, save, close, and print documents. This allows users to manage text files efficiently.
-
Edit Menu: The Edit menu provides functionalities for text manipulation, including cut, copy, and paste. This enhances the user's ability to work with text effectively.
-
"Save and Submit" Button: The application features a "Save and Submit" button, allowing users to save their text data and close the file.
-
Action Listener: An action listener is used to detect user interactions and respond to various actions within the application.
-
Clone this repository to your local machine.
git clone https://github.com/prabhatrsharma/LGMVIP-TextEditor.git
-
Open the project in your Java development environment.
-
Run the project to launch the Java Text Editor.
-
Use the File and Edit menus to perform various text-related tasks.
Contributions to enhance and extend the functionality of this text editor are welcome. If you have any ideas, improvements, or bug fixes, please submit a pull request.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Enjoy using your Java Text Editor! If you have any questions or encounter issues, feel free to reach out to the project maintainers.