Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Dot-Art

This program will drawn a circle on a white panel when the user clicks with the mouse. The dots created are stored in an array so that they can all be displayed at teh same time on the panel.

Each circle drawn is drawn with a custom color using red, green and blue values.

The user can write the balls to a file and save it locally. They can then read the file of balls and restore the screen to the state when the file was written.

This requires the creation of the save to file and read to file buttons, as well as the ability to press the S adn O key to save and open files respectively.