We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da21a27 commit b6dc3a7Copy full SHA for b6dc3a7
src/com/example/algorithmvisualizer/ContentWindow.java
@@ -81,7 +81,7 @@ public void initComponents() {
81
buttonPanel.setBackground(Color.DARK_GRAY);
82
83
arrPanel = new JPanel();
84
- arrPanel.setBackground(Color.RED);
+ arrPanel.setBackground(Color.DARK_GRAY);
85
arrPanel.add(arrDisplay);
86
//arrPanel.setPreferredSize(new Dimension(arrDisplayWidth, arrDisplayHeight));
87
arrDisplay.setAlignmentX(0);
0 commit comments