Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.7
-
Component/s: None
-
Labels:None
Description
Jalview applets use a static singleton jalview.structure.StructureSelectionManager to broadcast events between windows, but different applets in the same JVM will share the same instance, causing problems when broadcasting events to specific applets and when trying to garbage collect old applet instances.