Thread
:
Help with error message when running JAR via HTML file
View Single Post
#
5
(
permalink
)
08-09-2007, 05:43 PM
Simmy
Member
Join Date: Aug 2007
Posts: 7
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?
Simmy
View Public Profile
Send a private message to Simmy
Find all posts by Simmy