mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 06:40:47 +00:00
split panes simplified (base class stores the position)
This commit is contained in:
@@ -112,7 +112,6 @@ public class SearchDialog extends AppDialog {
|
||||
cnt.add(panButtons);
|
||||
getRootPane().setDefaultButton(okButton);
|
||||
View.centerScreen(this);
|
||||
//View.setWindowIcon(this);
|
||||
setIconImage(View.loadImage(replace ? "replace16" : "search16"));
|
||||
setTitle(replace ? translate("dialog.title.replace") : translate("dialog.title"));
|
||||
setModalityType(ModalityType.APPLICATION_MODAL);
|
||||
|
||||
Reference in New Issue
Block a user