I developing some calculator, so in the JTextField
above can have only some characters.
What is the best way to make that happened?
Let's say that I have this char[] values = 0,1,2,3,4,5,6,7,8,9,+,-,*,/,(,),.,
which those are the values which the user can type.