I have a JTextField and an JLabel; if an user types a special character, such as /, I want the JLabel to setVisible(true).
I want this to be done without the user pressing any button, but in "real-time" as the typing is done, for each new character that is inserted, a check will be done. How do I do something like this?