|
Comments
|
Submitted On 09-APR-1999
DumaisP
Do it!
Submitted On 09-AUG-1999
tedyoung
What's taking so long? This is almost TWO years old!! "Buttons should
behave the same as labels" is exactly right. In fact, I'm surprised the
code for both of these things hasn't been further merged.
However, there is a workaround, kludgy as it might be, by going directly to the
"Button.textIconGap" UIManager property: UIManager.put(
"Button.textIconGap", new Integer( someTextIconGapValue ) )
Submitted On 10-AUG-1999
tedyoung
Oops - forgot to mention that changing the UIManager property affects ALL
buttons, so it's not a complete workaround.
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|