updating a JLabel
hi,
i have created a matrix full of JLabel instances using the GridBagLayout (think of the minesweeper game surface). Each label can be clicked on and is updated by setting a number to the label. But now i have the problem, that the gui starts to resize the label and thus the surface is not a symetric matrix anymore.
I tried to set the font size smaller but the problem is the same.
How can i update the label withouth resizing it?
Thanks for any suggestions!

