Comment #3 on issue 160 by [email protected]: endless calls to PSwing's ComponentListener
http://code.google.com/p/piccolo2d/issues/detail?id=160
A comment on the example code, which may or may not be related to the actual issue (perhaps workaround #1), using ArrayLists to hold listeners is not thread-safe. You
may wish to consider using javax.swing.event.EventListenerList or java.util.concurrent.CopyOnWriteArrayList. Allain, what are you suggesting above? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
