I am trying to draw some vertical lines on a JPanel that is defined inside of a method. I would like to override the JPanel\'s paintComponent() method, but the
paintComponent()