When renaming a non-inherited method of a private class with Ctrl+R, NetBeans correctly recognizes that it can be renamed in-place (because the class being private means that method can only be ...
Editing an existing Swing screen in the GUI editor caused all JButton mnemonics to disappear. Netbeans stopped generating the code to set them. The mnemonic values can be still seen in the properties ...