[Swing] How to expose processFocusEvent when JFormattedTextField is already
936354Feb 21 2013 — edited Feb 23 2013I am using the Netbeans IDE, the JFormattedTextfield has been already created in the method called initComponents();
Therefore I cannot change it. I want to expose and override the method called processFocusEvent.
Any ideas I can do this after the control is created by the IDE wizard.
Thanks
Jack