mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 22:31:52 +00:00
Added: Window icons for various dialogs including save/open/export/import
This commit is contained in:
@@ -453,7 +453,7 @@ public class ExportDialog extends AppDialog {
|
||||
cnt.add(buttonsPanel, BorderLayout.SOUTH);
|
||||
pack();
|
||||
View.centerScreen(this);
|
||||
View.setWindowIcon(this);
|
||||
View.setWindowIcon(this, "export");
|
||||
getRootPane().setDefaultButton(okButton);
|
||||
setModal(true);
|
||||
String pct = "" + Configuration.lastSelectedExportZoom.get() * 100;
|
||||
|
||||
Reference in New Issue
Block a user