Ever got tired of having to type Math.PI whenever you want to access PI?

There is a way to get around this (edit: must be Java 1.5 or new) by using static imports. Basically, static imports allow...