By Alvin Alexander. Last updated: June 8, 2020
I was just reminded while reading The Beginner’s Guide to Android Game Development that the Java Component repaint()
method may called paintComponent()
, but it can also skip it as events coalesce.
I was just reminded while reading The Beginner’s Guide to Android Game Development that the Java Component repaint()
method may called paintComponent()
, but it can also skip it as events coalesce.