Sun Java Runtime Environment 1.3 or higher.
Description
This is a notepad clone made using Java, to demonstrate certain features of Swing 1.2
Its features are:
- Changeable look and feel-It showcases the Metal,Motif and Windows look and feel,which are supported by default on the Java platform
- Dockable toolbar-A toolbar with icons that can be turned on and off
- Multiple level undo and redo
- Common keyboard shortcuts
- File filter to open different files based on extensions
- Support for printing has not been added yet
Instructions
On Windows, if you have already installed the JRE, you only need to doubleclick the file to run it.
You can also launch it from the command prompt using 'java -jar jpad.jar' (without the quotes)
The JAR file can be opened using any ZIP utility like Winzip. It contains the class files and the source code, as well as a copy of the GNU Public License
This program is distributed under the terms of the GNU Public License. In simple terms, this distribution includes the source code for the main program, and it may be distributed and modified freely so long as you redistribute it using the same terms and conditions.(which also requires you to include the modified source code)
Click here to download.