Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.1, 1.9-beta-1
-
Fix Version/s: 1.8.2, 1.9-beta-3
-
Component/s: Swing
-
Labels:None
-
Number of attachments :
Activity
Andres Almiray
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 1.9-beta-3 [ 17494 ] | |
| Fix Version/s | 1.8.2 [ 17495 ] | |
| Resolution | Fixed [ 1 ] |
Paul King
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Here's an update on the current solution. Whenever a java.awt.Component (or subclass) is to be updated it will happen inside the EDT given the following rule:
If the bean to be updated is not a java.awt.Component or subclass then the update will happen in the current thread, whichever it happen to be.
The bind node accepts a new attribute named update, which controls the update strategy to use. Values are:
It's worth nothing that java.awt.Component beans will use mixed all the time, you can only change the update strategy for all other beans
Sample usage: