mirror of
https://github.com/correl/mage.git
synced 2025-04-13 01:01:11 -09:00
Transparent panel in Collection Viewer.
was gray.
This commit is contained in:
parent
3ab6b76c07
commit
2926f0b6cb
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ public final class CollectionViewerPanel extends JPanel {
|
||||||
JPanel buttonPanel = new JPanel();
|
JPanel buttonPanel = new JPanel();
|
||||||
buttonPanel.setPreferredSize(new Dimension(200, 100));
|
buttonPanel.setPreferredSize(new Dimension(200, 100));
|
||||||
buttonPanel.setMaximumSize(new Dimension(Integer.MAX_VALUE, 100));
|
buttonPanel.setMaximumSize(new Dimension(Integer.MAX_VALUE, 100));
|
||||||
//buttonPanel.setBorder(BorderFactory.createLineBorder(Color.RED));
|
buttonPanel.setOpaque(false);
|
||||||
buttonPanel.setAlignmentX(Component.LEFT_ALIGNMENT);
|
buttonPanel.setAlignmentX(Component.LEFT_ALIGNMENT);
|
||||||
jPanel1.add(buttonPanel);
|
jPanel1.add(buttonPanel);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue