@BeanProperty(bound=false, expert=true, description="Determines whether lightweight popups are used when possible")
public void setLightWeightPopupEnabled (boolean aFlag)

Sets the value of the lightWeightPopupEnabled property, which by default is true. By default, when a look and feel displays a popup, it can choose to use a lightweight (all-Java) popup. Lightweight popup windows are more efficient than heavyweight (native peer) windows, but lightweight and heavyweight components do not mix well in a GUI. If your application mixes lightweight and heavyweight components, you should disable lightweight popups. Some look and feels might always use heavyweight popups, no matter what the value of this property.

Parameters:
aFlag    false to disable lightweight popups

See also:
isLightWeightPopupEnabled