For some reason when the condition of getSelector is equal to 2 is reached (I know for a fact this if statements condition is being reached because of System.out.println(""); so don't say that the statement is not getting reached) but when the condition is achieved for some reason the JLabel (problem) is not showing up on the JPanel (panel). (NOTE: The JPanel has been added to my JFrame) Why is this happening, I used the validate, and repaint methods. Thank you very much and happy 4th of July :-)!
NOTE: ALSO THE TIMERCLASS OBJECT'S CALLED METHODS ARE WORKING PROPERLY SO I KNOW THAT IS NOT THE SOURCE OF THE PROBLEM!
EDIT: I have now added all of the code so this could help to possibly answer my problem's source