• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

No global colormap

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am currently trying to open my applet in IE or Netscape. My applet shows up very nicely, but my image does not. I checked the java console and it says that:
com.ms.awt.image.ImageFormatException: no global colormap in GIF file.
at com/ms/awt/image/GifImageDecoder.error
at com/ms/awt/image/GifImageDecoder.readHeader
at com/ms/awt/image/GifImageDecoder.produceImage
at com/ms/awt/image/InputStreamImageSource.doFetch
at com/ms/awt/image/ImageFetcher.fetchloop
at com/ms/awt/image/ImageFetcher.run
What does no global colormap in GIF file mean? And how would I remedy the error? I greatly appreciate any suggestions!! Thanks!!! -sara
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not sure what this error means... Have you tried to load a different GIF? That would at least show if the problem was with your code or the image you were trying to load...

-Nate
 
reply
    Bookmark Topic Watch Topic
  • New Topic