Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 801 Bytes

File metadata and controls

17 lines (14 loc) · 801 Bytes

LGMVIP-Java-05

This repository contains a Java project, a Simple Text Editor. This project use various Java technologies such as Java Swing, Java AWT, JTextArea, JMenu and JMenuItems.

Advance Level

Text Editor

Project Description

  • A Text Editor built using Java uses JTextArea, JMenu, JMenultems, and JMenuBar to perform various tasks. It allows the user to enter, change, store, and print text. It also has a file menu to make changes in files (like open, save, close, and print) for future reference. and an edit menu to cut, copy and paste texts. Also, it has a "Save and Submit" button to close the file after saving the data. An actionListener is also used to detect actions in the project.

Technologies Used

  • Java
  • Java Swing
  • Java AWT
  • JTextArea
  • JMenu
  • JMenuItems