JLabel prob

how to use .setText to set the value on the JLabel if the value is integer type...any other ways can help me to solve this problem..thx..
[158 byte] By [shadowssssa] at [2007-10-2 13:41:03]
# 1
int intValue = 666;String stringValue = String.valueOf(intValue);JLabel.setText(stringValue);And what has this got to do with algorithms?
prometheuzza at 2007-7-13 11:34:23 > top of Java-index,Other Topics,Algorithms...
# 2
thx ..its help me...arigatou..:)
shadowssssa at 2007-7-13 11:34:23 > top of Java-index,Other Topics,Algorithms...