Using System.out (and related) always seemed awkward because of the public field and now with the latest Netbeans gives a blatant \"Statement should be removed\
Just use a logging framework and instead of using System.out log in debug level and in your development environment (NOT production) set your output to the console and loglevel to debug