• 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

Issue with jdk1.4

 
Ranch Hand
Posts: 90
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I'm facing a problem while changing my applets run time environment from jdk1.3 to jdk1.4.

I got an applet where one panel(awt) is added to which i need to do some painting.The co-ordinates of the applet is fixed to such that it should come on top -right of the browser.The applet is embedded into an html page.

Every thing works fine with jdk1.3.1.But when i try to run the same applet using JRE 1.4 platform the applets position shifts to some other location in the browser.When i refresh my browser it will come to the orginal postion.

what could be the reason for this?Is there any issue with paint in jdk1.4?Any one faced any similar problems before.?Can some one help me.


Thanks in advance

Chandrasekhar
SCJP
 
reply
    Bookmark Topic Watch Topic
  • New Topic