• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Another Image Doesn't Display Thread

 
Ranch Hand
Posts: 751
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I'm quite aware that there's already a thread similar to mine. I tried searching but couldn't get the right answer. I'm suspecting that my problem is in some way different from those I've seen... So here's my problem... I try to display an image to JFrame. I do this with the use of 2 classes... My ImageExtractor class and a helper class which is ImageLoader. I get no problem displaying the image except that sometimes when I first load the app, it doesn't display until I get another window on top of it. Here's my code...

JavaSpriteTest.java - Main Class


[B]ImageLoader.java[b]


ImageExtractor.java


It would be fun to get some help. Thanks guys!
 
Ranch Hand
Posts: 1780
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's a lot of code to do something simple like load and display an image.
Try this:
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic