I want a solution that forces popups to be heavyweight and does not allow the application any choice in the matter.
My UI could set this flag on each popup, but the application could reset the flag. Alan > On Jan 18, 2016, at 12:18 PM, Sergey Bylokhov <[email protected]> > wrote: > > Hi, Alan. > Did you try to use JPopupMenu.setLightWeightPopupEnabled() for this usecase? > > On 17/01/16 07:19, Alan Snyder wrote: >> I have submitted an RFE to make the functionality >> of PopupFactory.setPopupType() publicly available. >> >> JI-9028692 >> >> Regards, >> >> Alan >> > > > -- > Best regards, Sergey.
