1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-02 11:25:59 -09:00

Transparent panel in Collection Viewer.

was gray.
This commit is contained in:
magenoxx 2011-10-16 02:14:25 +04:00
parent 3ab6b76c07
commit 2926f0b6cb

View file

@ -100,7 +100,7 @@ public final class CollectionViewerPanel extends JPanel {
JPanel buttonPanel = new JPanel();
buttonPanel.setPreferredSize(new Dimension(200, 100));
buttonPanel.setMaximumSize(new Dimension(Integer.MAX_VALUE, 100));
//buttonPanel.setBorder(BorderFactory.createLineBorder(Color.RED));
buttonPanel.setOpaque(false);
buttonPanel.setAlignmentX(Component.LEFT_ALIGNMENT);
jPanel1.add(buttonPanel);