Java Based MS Paint Application
This was a project I did for my Computer Progrmaming course, CSCI 24000. The goal was to effectively showcase the material we learned throughout the semester (OOP design concepts, serialization, etc.) using one of the languages shown in class, in this case Java. The general idea was to recreate Microsoft's MS Paint application using the Java programming language.
- X11 Forwarding
-
Just download the base folder and its contents or the jar file then simply open an IDE or your command line and from the base type
make run
to start the application
- Accounts
- Persistent Color Data
- Image Upload
- Arraylists
- Serialization
- Polymorphism
- Classes
- Object-Oriented Programming