Package net.runelite.client.util
Class MacOSPopupFactory
- java.lang.Object
-
- javax.swing.PopupFactory
-
- net.runelite.client.util.MacOSPopupFactory
-
public class MacOSPopupFactory extends javax.swing.PopupFactoryPopup factory for Java 11 which forces heavyweight popups. Lightweight popups do not render correctly over AWT canvases on OSX.
-
-
Constructor Summary
Constructors Constructor Description MacOSPopupFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.swing.PopupgetPopup(java.awt.Component owner, java.awt.Component contents, int x, int y, boolean isHeavyWeightPopup)
-