I am making a Hangman game and one of the things I want to make is JLabel text , which updates with ex.\"_ _ _ _ \", depending on word.
JLabel
ex.\"_ _ _ _ \"
I
JLabel.setText("ex."+text); super.update(this.getGraphics());