2014-01-13 8 views
-1
// Variables declaration - do not modify 
private javax.swing.JLabel image1; 
private javax.swing.JPanel mainPanel; 
private javax.swing.JMenuBar menuBar; 
private javax.swing.JProgressBar progressBar; 
private javax.swing.JLabel statusAnimationLabel; 
private javax.swing.JLabel statusMessageLabel; 
private javax.swing.JPanel statusPanel; 
private javax.swing.JLabel titleLabel; 
// End of variables declaration 

ImageIcon PC1 = new ImageIcon("http://www.blogcdn.com/www.engadget.com/media/2012/06/shazim-pirate-desk-case-mod.jpg"); 
image1.setIcon(PC1); 

라인 "image1.setIcon(PC1);" 라인에 오류가 발생합니다. <identifier>이 예상됩니다. 도와주세요?이미지를 추가하는 JLabel <identifier>?

+3

'image1.setIcon (PC1);'을 (를)하는 코드가 메소드에없는 경우이 오류가 표시됩니다. – Petesh

+0

기본적으로 내가 원하는 것은 프로그램을 시작할 수 있고 박쥐 바로 이미지를 볼 수 있으며 프로그램을 진행하면서 이미지가 변경됩니다. 이 방법으로 어떻게 작동합니까? 나는 프로그래밍을 처음 사용했습니다. – user2984158

+0

BTW - 제출하기 전에 질문 미리보기 (메시지 게시 양식 아래)를보십시오! '<>'문자는 코드 형식이어야합니다. 그렇지 않으면 전체 표현식이 사라집니다! –

답변

0

image1 개체를 초기화하지 않습니다.