Connecting Tech Pros Worldwide Help | Site Map

JApplet implementation

Newbie
 
Join Date: Sep 2006
Posts: 19
#1: Oct 19 '06
Hi all,

I want to write a java program to get a image. When i click on that image i should get a frame right of that window. we have taken Japplet but there is something required to make it finish.

I hope any of u can help me.

Thank you.
Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#2: Oct 19 '06

re: JApplet implementation


Quote:

Originally Posted by Harika

Hi all,

I want to write a java program to get a image. When i click on that image i should get a frame right of that window. we have taken Japplet but there is something required to make it finish.

I hope any of u can help me.

Thank you.

Post what you've done so far and where it fails. It should be easier to help then.
Newbie
 
Join Date: Oct 2006
Posts: 4
#3: Oct 19 '06

re: JApplet implementation


hai harika,

You send the code to us. Then only, we can found what u actually need ?

Regards,
Prakash.M
Newbie
 
Join Date: Sep 2006
Posts: 19
#4: Oct 24 '06

re: JApplet implementation


Quote:

Originally Posted by prakashmohan

hai harika,

You send the code to us. Then only, we can found what u actually need ?

Regards,
Prakash.M

hi,

Actually now i prepared java file having smail pics at left. when i make right click on any of the image i should open a jsp file having tree structure.
I mean i have to call jsp file when i make right click on image.

would u help me pls.
Newbie
 
Join Date: Sep 2006
Posts: 19
#5: Oct 24 '06

re: JApplet implementation


Quote:

Originally Posted by r035198x

Post what you've done so far and where it fails. It should be easier to help then.

hi,

Actually now i prepared java file having smail pics at left. when i make right click on any of the image i should open a jsp file having tree structure.
I mean i have to call jsp file when i make right click on image.

would u help me pls.
Newbie
 
Join Date: Sep 2006
Posts: 19
#6: Oct 24 '06

re: JApplet implementation


hi,

Actually now i prepared java file having smail pics at left. when i make right click on any of the image i should open a jsp file having tree structure.
I mean i have to call jsp file when i make right click on image.

would u help me pls.
Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#7: Oct 24 '06

re: JApplet implementation


Quote:

Originally Posted by Harika

hi,

Actually now i prepared java file having smail pics at left. when i make right click on any of the image i should open a jsp file having tree structure.
I mean i have to call jsp file when i make right click on image.

would u help me pls.

Hopefully your image is in a form so that you can submit that form when the image is clicked. That form would have the path of the jsp as its action.
Reply