List of usage examples for javax.swing JFormattedTextField.AbstractFormatter subclass-usage
From source file EnhancedSpinnerListFormatter.java
/**
* ListFormatter provides completion while text is being input
* into the JFormattedTextField.Completion is only done if the
* user is inserting text at the end of the document.Completion
* is done by way of the SpinnerListModel method findNextMatch.
* This is largely a copy of the SpinnerListFormatter found in