mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 06:46:18 +00:00
Added: Window icons for various dialogs including save/open/export/import
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user