String mess = "Hello".
I want to use JOptionPane.ShowInputDialog and if the user presses backspace, the code is supposed to remove the last letter of 'mess'.
But I have NO IDEA how to use...