atif dar

Greenhorn
+ Follow
since Jun 18, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by atif dar

on Window2000 system where there is no sun JVM but only Microsoft VM when run applets from net like from JavaBoutique.com they are loaded but my own program doesn't run until i install jre, my application is web based and i don't users to install jre to view my applet how can i do that?
19 years ago
i am simply using this

URL url=getCodeBase();
im=getImage(url,"1.gif");

and than in paint

g.drawImage(im,0,0,this);

and on windows platform it works really well but when i try to load it from linux it doesn't work...anyway i will try out media tracker thanks for advice
19 years ago
i am accessing the applet resieding on the linux server...i am accessing mysql database as well...what is happening is that every things loads properly except for the image.....i have tried to change the extensions from Gif to png and jpg but nothing seems to work...how can i load these images....because on my local computer running windows every thing works fine...
19 years ago