Multiple choice

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

  1. getIconGap()

  2. getTextGap()

  3. getTextIconGap()

  4. getIconTextGap()

  5. None of these

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is the correct choice because getIconTextGap() method is present in the AbstractButton class.