1

In Stellarium they draw stars natural, making them of different smooth size:

enter image description here

How to draw smooth dots of different sizes in Java? Like Regor star on the picture?

Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385
  • Perhaps [GradientPaint](http://docs.oracle.com/javase/7/docs/api/java/awt/GradientPaint.html) is of interest. – RaminS Mar 30 '17 at 21:14
  • 3
    Use a [`RadialGradientPaint`](http://docs.oracle.com/javase/8/docs/api/java/awt/RadialGradientPaint.html) as seen in [this answer](http://stackoverflow.com/a/14170312/418556). – Andrew Thompson Mar 30 '17 at 21:16

0 Answers0