The DialogPane only comues pref-sizes. However sometimes you need to prevent a dialog getting smaller than the min-size. therefore it would be good if the dialog-pane not only computes pref, but also min/max sizes.
(Besides it would be nice to be able to actually overwrite getDialogPane(), i.e. remove the final keyword of the Dialog to be able to return a custom DialogPane with its correct type)
(Besides it would be nice to be able to actually overwrite getDialogPane(), i.e. remove the final keyword of the Dialog to be able to return a custom DialogPane with its correct type)
- relates to
-
JDK-8093133 [Dialog] DialogPane's expandable content does not grow and shrink vertically
- Resolved