Fixed typo
This commit is contained in:
parent
969b80c8eb
commit
48859a676c
@ -25,7 +25,7 @@ public class ApplicationFrame implements Runnable
|
|||||||
try {
|
try {
|
||||||
setGameParams(dungeonSource);
|
setGameParams(dungeonSource);
|
||||||
} catch (IOException e1) {
|
} catch (IOException e1) {
|
||||||
JOptionPane.showMessageDialog(null, "Nem sikerült ciát nyitni! :(");
|
JOptionPane.showMessageDialog(null, "Nem sikerült cicát nyitni! :(");
|
||||||
}
|
}
|
||||||
jframe.add(gamepanel);
|
jframe.add(gamepanel);
|
||||||
jframe.revalidate();
|
jframe.revalidate();
|
||||||
|
Loading…
Reference in New Issue
Block a user