This is a java program with two buttons used to change an integer value and display it. However in IntelliJIDEA the two lines with
increase.addActionListene
It's sad but I had to Google this same error... I was staring at a method that returned a class. I left off the new operator.
new
return () vs return new ()
return ()
return new ()