Multiple choice Which of the following methods are not present in JProgressBar class in java? getPercentComplete() setBorderPainted(boolean) setPaintedBorder(boolean) isStringPainted(boolean) 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.