https://github.com/riyafa/notepad
A Notepad written using java similar to that found in windows.
https://github.com/riyafa/notepad
Last synced: 2 months ago
JSON representation
A Notepad written using java similar to that found in windows.
- Host: GitHub
- URL: https://github.com/riyafa/notepad
- Owner: riyafa
- Created: 2014-11-29T14:43:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T17:21:27.000Z (over 11 years ago)
- Last Synced: 2025-01-01T08:15:53.640Z (over 1 year ago)
- Language: Java
- Size: 340 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is Notepad (Text Editor) written using java similar to that found in windows. This has almost all the functionalities that a window's Notepad has.
This code is open to be used by anyone who need to implement the following functionalities in any of their projects
1) Open a text file in a JTextArea (JTextComponent)
2) Save the text in a JTextArea (JTextComponent) as a text file
3) Print the text in a JTextArea (JTextComponent) and open a page setup screen for setting the page.
4) Undo an edit in JTextArea(JTextComponent)
5) Cut, copy, paste and Select All text in a JTextArea(JTextComponent)
6) Find and replace text in both direction in a JTextArea(JTextComponent)
7) Word wrap text in a JTextArea(JTextComponent).
8) Also this includes a JFontChooser to select the format the font in JTextArea(JTextComponent)