How can I disable input of any symbol except digits to JTextField?
JTextField
How to Use Formatted Text Fields
amountField = new JFormattedTextField(NumberFormat.getIntegerInstance());
You can also create your own format to customize.