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
substitute the lines with
increase.addActionListener( new incListener()); decrease.addActionListener( new decListener());