Adding border to button group

Hi, Is there a way to add border to a button group?Thanks.
[79 byte] By [max25a] at [2007-11-26 12:41:58]
# 1
Button groups aren't physical, they're logical.Just throw all the buttons into a JPanel and put the border on the panel.
itchyscratchya at 2007-7-7 16:15:56 > top of Java-index,Desktop,Core GUI APIs...
# 2
Thanks, i have done the same and its working fine.
max25a at 2007-7-7 16:15:56 > top of Java-index,Desktop,Core GUI APIs...