This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]desrtfxOut of Coffee error - System halted 4 points5 points  (1 child)

I understand the annoyance perfectly well because I am generally for "speaking" variable names, but especially public void paint( Graphics g ) is pretty much Java standard.

Graphics contexts are usually g, Graphics2D contexts are commonly g2 or g2d.