Uses of Class
com.formdev.flatlaf.ui.FlatWindowResizer
-
Packages that use FlatWindowResizer Package Description com.formdev.flatlaf.ui -
-
Uses of FlatWindowResizer in com.formdev.flatlaf.ui
Subclasses of FlatWindowResizer in com.formdev.flatlaf.ui Modifier and Type Class Description static class
FlatWindowResizer.InternalFrameResizer
Resizes internal frames.static class
FlatWindowResizer.WindowResizer
Resizes frames and dialogs.Fields in com.formdev.flatlaf.ui declared as FlatWindowResizer Modifier and Type Field Description protected FlatWindowResizer
FlatInternalFrameUI. windowResizer
protected FlatWindowResizer
FlatRootPaneUI. windowResizer
Methods in com.formdev.flatlaf.ui that return FlatWindowResizer Modifier and Type Method Description protected FlatWindowResizer
FlatInternalFrameUI. createWindowResizer()
protected FlatWindowResizer
FlatRootPaneUI. createWindowResizer()
-