Package io.yellowbrick.jdbc.dialog
Class FrameFinder
- java.lang.Object
-
- io.yellowbrick.jdbc.dialog.FrameFinder
-
public final class FrameFinder extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<Frame>findTopLevelFrame()Find the best top-level AWT Frame to use as a dialog owner.static voidsetSupplier(Supplier<Frame> s)Set a supplier that returns the app's preferred top-level Frame (may return null).
-