View Single Post
  #5 (permalink)  
Old 08-09-2007, 05:43 PM
Simmy Simmy is offline
Member
 
Join Date: Aug 2007
Posts: 7
Simmy is on a distinguished road
ok i signed it sucessfully... the applet is showing.. but my image is not... i'm using
Quote:
picture = new JLabel();
picture.setBorder(BorderFactory.createEtchedBorder (EtchedBorder.RAISED));
picture.setIcon(new ImageIcon(new ImageIcon("book0.jpg").getImage());
getContentPane().add(picture, BorderLayout.EAST);
what could be the problem?
Reply With Quote