Multiple choice

Which of the following methods is not present in the AbstractButton class in Java?

  1. getDisabledIcon()

  2. getDisabledSelectedIcon()

  3. getSelectedDisabledIcon()

  4. getHorizontalAlignment()

  5. 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.