• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

NEED HELP! JRE 1.5 Paint Issue

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is driving me crazy. I have an applet that works fine in JRE 1.4 but in JRE 1.5 my validate and repaint commands don't seem to be doing anything. If I minimize the application and then restore it, a repaint happens and I can see what I just did. I am using Swing componants like nested JPanels and such. Does anyone have any idea as to what might be causing this? I would really appreciate some advice on this. Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic