uhm... i cant remember off hand but it is something like
Image myImage;
forgotthis = Toolkit.getDefaultToolkit().getImage("filename.extention");
myImage = new Image(forgotthis);
panel.add(myImage);
i forgot what type forgotthis was ... but that is how you do it... i can look...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.