Multiple choice Which of the following methods is not present in the AbstractButton class in Java? getDisabledIcon() getDisabledSelectedIcon() getSelectedDisabledIcon() getHorizontalAlignment() getHorizontalTextPosition() Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is the correct choice. There is no method named getSelectedDisabledIcon() present in the AbstractButton class.