Actually: It needs to Increment the number of votes by one when you click on the candidate's name, and show the total of both candidates.


import javax.swing.*;
import java.swing.JFrame;...