mightbesimon / notepad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JNotePad

thumbnail

  • Menu Bar Items
  • Fonts
  • Save | SaveAs
  • Modification Detection
  • Ideas of adding a more aesthetic GUI

Ultra lightweight text editor,
with file saving functionality and offers different fonts.

compile

to compile .java file into a build/ directory containing .class files
do:

$ javac JNotePad.java -d build/

to build a .jar file:

$ javac JNotePad.java -d build/
$ jar cvfe JNotePad.jar JNotePad -C build/ .

usage

double click on JNotePad.jar
or run through command line

$ java -jar JNotePad.jar

or run from .class files in build/ directory

$ java -cp build/ JNotePad

Menu Bar Items

File

Open | Save | Save As | Close
asks to Save when closing an edited file

Edit

Cut | Copy | Paste
the usual

FONTS!

  • Helvetica
  • Monospaced
  • Times Roman

Help

About
Author (me!) & description

Authors

old project in 2015, retrospectively uploaded

License

MIT

Acknowledgments

  • Ideas of adding a more aesthetic GUI
  • old project back when I just started Java in 2015
  • retrospectively uploaded to github

About


Languages

Language:Java 100.0%