The project developed as part of OOP laboratory works. It is a simple graphics editor that can draw, resize, move shapes and more others.
- Drawing shapes;
- Resizing shapes;
- Moving shapes;
- Changing shapes' color, pen size, pen color;
- Opportunity to compile some shapes separately and then include to project;
- Saving in file (Text format);
- Loading from file;
- Undo/redo changes;
- etc.
The project developed using JavaFX for creating GUI.