Marcin Wisniowski
09/03/2023, 2:11 PMTooltipArea
tooltips seems unable to do that. Is there a solution? I saw that tooltips in @Kirill Grouchnikov's Aurora can display outside the window, how was that implemented?Kirill Grouchnikov
09/03/2023, 2:18 PMJPopupMenu.setDefaultLightWeightPopupEnabled(false)
is the key call there to enable display of the underlying popup menus as heavyweight AWT windows. See this documentation block in Aurora’s popup manager on more details of the moving pieces involved.