Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 181 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 181 Bytes

Multi-threaded ball bouncing program (like the windows screen saver)

Uses locks and concurrent data structures (mainly CopyOnWriteArrayList)

Uses java swing for the visuals