Question: Implement a class Cloud that contains an array list of Point2D.Double objects. Support methods: Draw each point as a tiny circle. Write a graphical application

Implement a class Cloud that contains an array list of Point2D.Double objects. Support methods:

public void add (Point 2D. Double aPoint) public void draw (Graphics2D g2)

Draw each point as a tiny circle. Write a graphical application that draws a cloud of 100 random points.

public void add (Point 2D. Double aPoint) public void draw (Graphics2D g2)

Step by Step Solution

3.47 Rating (154 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Java Programming Questions!