-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b96
-
generic
-
generic
Run the attached test SwingWorkerDemoPanel.java
Press 'calculate' button and resize the frame a few times. You
might notice that some times rapaint takes some noticeable amount of
time. It happens because SwingWorker notifies EDT way too often.
It seems reasonable to throttle notifications to the EDT. 30 times per
second looks plausible.
Press 'calculate' button and resize the frame a few times. You
might notice that some times rapaint takes some noticeable amount of
time. It happens because SwingWorker notifies EDT way too often.
It seems reasonable to throttle notifications to the EDT. 30 times per
second looks plausible.