Drawing a heart shape with the Java 2D API
In this article, I am going to show you something a little fun, how to draw a nice heart shape using only two Bézier curves with the Java 2D API. This is also a good opportunity to explain some concepts about Bézier curves in an enjoyable way.