On Mon, 22 Feb 2021 at 16:37, Laszlo Kishalmi <[email protected]> wrote: > On 2/22/21 12:53 AM, Svata Dedic wrote: > > In particular I need to finalize one of the solutions outlined in > > https://github.com/apache/netbeans/pull/2769 -- > > 2. I would go as simple as it can be detecting the LSP (or just > headlessness, by checking java.awt.headless property), for putting up > the trust dialog.
FWIW, I think moving to dialogs that don't use custom Swing components wherever possible is a good move, both for uniformity as well as headless / non-Swing usage. Maybe (after this PR discussion!) there's also a need to consider adding more NotifyDescriptor types with this in mind? eg. something like NotifyDescriptor.Choices? Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
