-
Enhancement
-
Resolution: Fixed
-
P3
-
None
Glass provides two methods to put a Runnable on the event queue for processing at a later time: Application.invokeLater() and Application.postOnEventQueue(). Having both methods is confusing. The two methods are used interchangeably by Quantum. The methods are identical on Windows and Linux. We should remove postOnEventQueue and use invokeLater everywhere.