IanField90/DrawAndTalk

Anti-aliasing

IanField90 opened this issue · 1 comments

We can add this during each method using this: g.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);

Not an issue, just noting down for once the repo has been tidied.

Added, now initial pen doesn't draw back, but after click works as expected.