mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 16:35:42 +00:00
default background color for internal viewer
This commit is contained in:
@@ -56,7 +56,7 @@ public class ImagePanel extends JPanel implements ActionListener {
|
||||
label.setHorizontalAlignment(JLabel.CENTER);
|
||||
label.setOpaque(true);
|
||||
setOpaque(true);
|
||||
setBackground(Color.white);
|
||||
setBackground(View.DEFAULT_BACKGROUND_COLOR);
|
||||
add(label, BorderLayout.CENTER);
|
||||
|
||||
JPanel bottomPanel = new JPanel(new BorderLayout());
|
||||
|
||||
Reference in New Issue
Block a user