"local variables referenced from an inner class must be final or effectively final" in MouseEvent

I am trying to get the integer input from a jtextfield and set it as the integer for a timer jlabel when the jbutton is clicked but I keep getting this error inside the MouseEvent method local variables referenced from an inner class must be final or effectively final Code: private void timerStartMouseClicked(java.awt.event.MouseEvent evt) {… Read More "local variables referenced from an inner class must be final or effectively final" in MouseEvent