• 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

JApplet - Flickering

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A JPanel containing JTable, JComboBoxes...added to JRootPane of JApplet in init method. All the functionality is good, When I run through the browser but when I scroll the scroll bar of the browser I find flickering of my applet. Please help me out to avoid this flickering.
Thanks in Advance
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I would try a different machine, just to avoid the
feeling that its NOT a graphics hardware problem.
Also, does this happen on other applications?
While I am not saying its a hardware problem, but
then I would check.
regds.
- satya
 
Guru Kumar
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Thanks Satya
In all IE and Netscape browsers of Windows machines, Im getting this problem,- when the component height is more than browser viewable size.
 
Madhav Lakkapragada
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
are you setting the size of the applet,
i know there are some no no's abt applets.
will post the link in a couple of min's
its on the std sun applet tutorial...
"practical considerations re applets" or some
topic like that...in case you haven't had a
chance to look into that.
- satya
 
Guru Kumar
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes I need the URL...
reply
    Bookmark Topic Watch Topic
  • New Topic