Multiple choice

Which of the following methods are not present in JProgressBar class in java?

  1. getPercentComplete()

  2. setBorderPainted(boolean)

  3. setPaintedBorder(boolean)

  4. isStringPainted(boolean)

  5. setMinimum(int)

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

This the correct choice because there is no method name setPaintedBorder() in JProgressBar class. The correct method is setBorderPainted which Set the progress bar with a border. So, this answer is true.