Anyone else used JFormattedTextFields? I'm setting the format to be numeric, but finding that when the field looses focus - the value is eradicated entirely.<BR><BR>Only text I can reliably retrieve ...
public class SpinnerSample { public static void main (String args[]) { Runnable runner = new Runnable() { public void run() { JFrame frame = new JFrame("JSpinner ...