I wrote a program that will be used in a larger program. This code is to create 3 JSliders that store and return the values they are currently positioned at. The code compiles, displays, and tries to run correctly. The problem is I get spammed with the exceptions:
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
any time I try to move the slider. My code is attached and any help is appreciated.
Bookmarks