Due to a limitation in the swing implementation for OSX we, for the time being, need to avoid using indeterminate, long running JProgressBars. The problem is that the thread animating the progress bar can hog a full CPU core.
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addToToolBar(javax.swing.JComponent jComponent) |
|
void |
setIndeterminate(boolean b) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |