Hi !
In eclipse, I can say to editor (and of course compiler) I don't use that variable so remove the underline with @SuppressWarnings("unused")
Anyone knows in Netbeans 6.9 how can I remove the underline of unused variables in editor?
Thanks in advance