svoid swing_clearLightWeightPopupCache() { swing { L cache = cast call(getClass("javax.swing.PopupFactory$LightWeightPopup"), 'getLightWeightPopupCache); if (nempty(cache)) { print("Clearing LightWeightPopupCache"); clear(cache); } } }