Skip to content

Commit b6dc3a7

Browse files
committed
changed background back to gray
1 parent da21a27 commit b6dc3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/example/algorithmvisualizer/ContentWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void initComponents() {
8181
buttonPanel.setBackground(Color.DARK_GRAY);
8282

8383
arrPanel = new JPanel();
84-
arrPanel.setBackground(Color.RED);
84+
arrPanel.setBackground(Color.DARK_GRAY);
8585
arrPanel.add(arrDisplay);
8686
//arrPanel.setPreferredSize(new Dimension(arrDisplayWidth, arrDisplayHeight));
8787
arrDisplay.setAlignmentX(0);

0 commit comments

Comments
 (0)