작성자 | 포더윈터 | ||
---|---|---|---|
작성일 | 2013-10-01 13:29:34 KST | 조회 | 604 |
제목 |
자바좀 아시는분.ask
|
extends JFrame한 다음
setLocation, setResizable, setVisible을 중간에 차례대로 호출했는데
왜인지 난 모르겠다고 프로그램이 땡깡핌 이럴땐 어떻게해야되나요
Main.java:60: error: invalid method declaration; return type required setLocation(f_xpos, f_ypos); ^ Main.java:60: error: <identifier> expected setLocation(f_xpos, f_ypos); ^ Main.java:60: error: <identifier> expected setLocation(f_xpos, f_ypos); ^ Main.java:61: error: invalid method declaration; return type required setResizable(false); ^ Main.java:61: error: illegal start of type setResizable(false); ^ Main.java:62: error: invalid method declaration; return type required setVisible(true); ^ Main.java:62: error: illegal start of type setVisible(true);
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
© PlayXP Inc. All Rights Reserved.