You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Swing LaF in the AWT event dispatcher thread
Updating the LookAndFeel within the SWT UI thread may lead to a deadlock
when using e.g. the GTKLookAndFeel. The update should be done
asynchronously do avoid both treads blocking one another.
0 commit comments