How can I use Graphics – an abstract class
I was wondering how java.awt.Graphics
works and so I went to the source code through NetBeans. I noticed that Graphics is an abstract class and all of the function I am using are abstract methods.
I was wondering how java.awt.Graphics
works and so I went to the source code through NetBeans. I noticed that Graphics is an abstract class and all of the function I am using are abstract methods.