diff --git a/src/break_out/view/Field.java b/src/break_out/view/Field.java index 127543c..942178c 100644 --- a/src/break_out/view/Field.java +++ b/src/break_out/view/Field.java @@ -96,12 +96,12 @@ public class Field extends JPanel { // Setting the color for the following components g2.setColor(Constants.COLOR_COMPONENT); - // Calls the method for drawing the ball - drawBall(g2); - // Calls the method for drawing the grid drawGrid(g2); + // Calls the method for drawing the ball + drawBall(g2); + // Calls the method for drawing the bottom paddle drawPaddleBottom(g2);