Skip to content

A Java program that generates a cactus-shaped fractal drawing, comes with Swing GUI.

Notifications You must be signed in to change notification settings

shipitsteven/simple-fractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Fractal

This is a simple Java program that draws a prickly pear cactus base on user requested parameters.

  • It utilizes Java Swing for the graphical user interface
  • It follows the Observer design pattern for data transfer

Example of GUI:

GUI

Example of Output:

Output

This project was part of the curriculum in CSC 143 Computer Programming II at North Seattle College in Summer 2020, taught by Mr.Bill Barry.

About

A Java program that generates a cactus-shaped fractal drawing, comes with Swing GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages