git-svn-id: https://samskivert.googlecode.com/svn/trunk@1607 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -369,6 +369,7 @@ public abstract class GroupLayout
|
|||||||
{
|
{
|
||||||
JPanel box = new JPanel(new HGroupLayout(NONE, justification));
|
JPanel box = new JPanel(new HGroupLayout(NONE, justification));
|
||||||
box.add(button);
|
box.add(button);
|
||||||
|
box.setOpaque(false);
|
||||||
return box;
|
return box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user