Added set codes info in download window;

This commit is contained in:
Oleg Agafonov 2018-12-22 00:01:37 +04:00
parent 20a3b0b777
commit 0c18f96ce7
5 changed files with 19 additions and 11 deletions

View file

@ -180,8 +180,8 @@ public class PickChoiceDialog extends MageDialog {
this.setVisible(true);
}
public void setWindowSize(int width, int heigth) {
this.setSize(new Dimension(width, heigth));
public void setWindowSize(int width, int height) {
this.setSize(new Dimension(width, height));
}
private void loadData() {