Circles in circles fading out, creating a target
问题 I want to create a graphics whereby circles are overlapped and their colour fades out, also the circles should have a white space in between each other, something similar to this: Here is how far I've got: import java.awt.*; import java.awt.geom.*; import javax.swing.*; import java.awt.event.MouseListener; import java.awt.event.MouseEvent; class Circles extends JPanel implements MouseListener { public void mouseReleased(MouseEvent event) { } public void mousePressed(MouseEvent event) { }