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 can share code if you want.
Try using setText(); with your JLabel.
setText();
2.1m questions
2.1m answers
60 comments
57.0k users