Allow subclassing.

This commit is contained in:
David Kocher
2026-05-16 14:36:52 +02:00
parent 13c9fc72f9
commit 7e1601ff59
@@ -336,7 +336,7 @@ public class ProxyController extends AbstractController {
}
}
public static final class PopoverAlertRunner extends Proxy implements AlertRunner, AlertRunner.CloseHandler, WindowListener {
public static class PopoverAlertRunner extends Proxy implements AlertRunner, AlertRunner.CloseHandler, WindowListener {
private final NSPopover popover = NSPopover.create();
private final NSView positioningView;
private final NSRect positioningRect;