Updating JLabel
Hi all,
I've been searching around on how to achieve this as Im doing a tetris game, Im just a few steps away in completing my first java game.
Right now, I have a JLabel scoreLabel, responsible for updating scores for the game. However, I can't update the score into my scoreLabel as the game proceeds.
Any idea on how I can achieve this? Many thanks in advance.

