Hey, ive made a simple test applet for a project. But when i start the applet up and start the test the progress bar doesn't progress. 3 questions, 100% is set to 3 for the progress bar, and i increment the progress by one every time a person clicks next. But the Progress bar doesn't increase. When the test is finished the progress jumps to 100%.
When the next button is pressed i call this function.
private void testProgress(){ testProgressBar.setValue(question + 1); }