Fix the size of JLabel

Is there anyway to fix the size of JLabel? I try setSize and setPreferredSize it doesn't work . =(
[106 byte] By [pandoramica] at [2007-11-26 16:39:49]
# 1
Setting the labels preferred size does just that, establishes the size the label would like to be. Try looking at the setMinimumSize() and setMaximumSize() methods as well.
Tillermana at 2007-7-8 23:06:41 > top of Java-index,Java Essentials,New To Java...