Skip to content

cbrnrd/JPaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPaint

A simple (but not really) painting application written in JavaFX

Installing

There is a precompiled JAR file in the compiled/ directory that is regularly updated. You can run the jar like so:

java -jar compiled/JPaint.jar or just double click on the JAR

You may also run it by running the following commands:

  1. git clone https://github.com/thecarterb/JPaint
  2. cd JPaint/jpaint
  3. javac src/*.java
  4. java jpaint.Main

Documentation

The javadoc documentation for JPaint is available at thecarterb.github.io/JPaint

Contributing

Feel free to contribute to JPaint in any way you feel is useful to the project. In your Pull Request, make sure you say what your contribution does for the project.

TODO

[x] Implement the ability to print

[ ] Add keyboard shortcuts to menu items

[ ] Add drag and drop functionality

About

A painting application written in JavaFX

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages