Added: Window icons for various dialogs including save/open/export/import

This commit is contained in:
Jindra Petřík
2024-08-02 15:20:13 +02:00
parent 58f207054d
commit 4410e4b95f
12 changed files with 66 additions and 40 deletions

View File

@@ -222,7 +222,7 @@ public class NewFileDialog extends AppDialog {
pack();
setResizable(false);
View.centerScreen(this);
View.setWindowIcon(this);
View.setWindowIcon(this, "newswf");
setModal(true);
widthEditor.setValue(550);