Class RenameDialog
java.lang.Object
lu.kbra.modelizer_next.ui.dialogs.RenameDialog
Small dialog for renaming an element.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringshowDialog(Component parent, String title, String initialValue) Shows the dialog.
-
Method Details
-
showDialog
Shows the dialog.- Parameters:
parent- parent component used for dialog ownershiptitle- title text to displayinitialValue- text value for initial value- Returns:
- the show dialog result
-