-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
None
-
merlin
-
unknown
-
generic
The SampleTree example Swing application uses an infinite tree model. The Java Accessibility Utilities PropertyChange event listening infrastructure recursively adds PropertyChange listners on all AccessibleContexts of all GUI components, including tree elements. Turning PropertyChange event listening on with SampleTree therefore results in infinite recursion as all tree nodes are expanded and AccessibleContexts are instantiated for them, causing the VM to run out of memory.