Is there a way to setup a jFormatted Field and retrieve a int value using getValue()... I am abit lost.
private jFormattedField CsNumber = new JFormattedField();
Also is there a way of restricting the value being input to only being a number and not negative?