1. How do I get InputVerifier to work with an editable JComboBox stackoverflow.comI've got an JComboBox with a custom inputVerifyer set to limit MaxLength when it's set to editable. The verify method never seems to get called. The same verifyer gets invoked on a JTextField ... |
2. How to trigger Java Swing InputVerifier on enter in JComboBox (actionPerformed)? stackoverflow.comI have a Swing |