git-svn-id: https://samskivert.googlecode.com/svn/trunk@1607 6335cc39-0255-0410-8fd6-9bcaacd3b74c

This commit is contained in:
mdb
2005-03-04 22:02:29 +00:00
parent 96315f2d5d
commit f26c781b7b
@@ -369,6 +369,7 @@ public abstract class GroupLayout
{
JPanel box = new JPanel(new HGroupLayout(NONE, justification));
box.add(button);
box.setOpaque(false);
return box;
}