Module is.codion.swing.common.ui
Package is.codion.swing.common.ui.dialog
Interface ScalingSelectionDialogBuilder
public interface ScalingSelectionDialogBuilder
Builds a dialog for selecting the scaling.
-
Method Summary
Modifier and TypeMethodDescriptionowner
(@Nullable JComponent owner) int
Displays a dialog allowing the user the select a scaling multiplier.
-
Method Details
-
owner
- Parameters:
owner
- the dialog owner- Returns:
- this builder
-
show
Displays a dialog allowing the user the select a scaling multiplier.- Parameters:
title
- the dialog title- Returns:
- the selected scaling
- Throws:
CancelException
- in case of cancel
-