Results 1 to 2 of 2
Thread: Image Loading Problem
- 05-05-2011, 08:18 PM #1
Member
- Join Date
- May 2011
- Posts
- 8
- Rep Power
- 0
Image Loading Problem
i used
img = Toolkit.getDefaultToolkit().createImage("image.png ");
g.drawImage(img, 0, 0, null);
all images are loading the first time, if i click on any image all other images disappear, and if the curers touch the image it will appears.
how can i display all images at all time?
- 05-05-2011, 09:04 PM #2
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,608
- Rep Power
- 5
Similar Threads
-
Java Applet Strange Image Loading Problem
By 1yuchen in forum Java AppletsReplies: 36Last Post: 01-06-2012, 02:06 AM -
Java Applet loading image; render as you get image?
By ea25 in forum New To JavaReplies: 12Last Post: 04-14-2011, 01:58 PM -
Problem loading an Image
By onesixtyfourth in forum Java 2DReplies: 1Last Post: 10-17-2010, 11:32 AM -
Problem with loading image
By m00nchile in forum New To JavaReplies: 5Last Post: 05-25-2010, 01:34 PM -
Problem in loading Image
By rahulm87 in forum Java 2DReplies: 1Last Post: 09-08-2009, 04:45 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks