The Artima Developer Community
Sponsored Link

Java Answers Forum
drag and drop in applets

3 replies on 1 page. Most recent reply: Jun 2, 2002 10:34 PM by Matt Gerrans

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
vinod

Posts: 22
Nickname: vinod
Registered: Feb, 2002

drag and drop in applets Posted: Jun 2, 2002 4:59 AM
Reply to this message Reply
Advertisement
hi all,

I am facing a probelm when i am trying to implement drag and drop in an japplet. Can any body help me out in this.

with regards,
vinod.


Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: drag and drop in applets Posted: Jun 2, 2002 5:10 AM
Reply to this message Reply
Just explain the problem ...
We may then know if we can or not ... !

Thomas,

vinod

Posts: 22
Nickname: vinod
Registered: Feb, 2002

Re: drag and drop in applets Posted: Jun 2, 2002 7:57 PM
Reply to this message Reply
Hi,

I am having a panel on which i am using the drag and drop. It is working firn when i am using that panel in a Frame. When i add that panel to an Applet, it is recognising the drag, but it is not recognising the drop targets.

with regards,
vinod.

Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: drag and drop in applets Posted: Jun 2, 2002 10:34 PM
Reply to this message Reply
Well, maybe the problem is more a security issue. If you are dropping a file onto an applet, it would be a security violation for that file to be accessed by the applet, unless you've set up special permissions.

What do you mean by "not recognising," specifically? Can you post your code? Are you trying this in the applet viewer, or in a web browser?

Flat View: This topic has 3 replies on 1 page
Topic: Where can I get the free develop tools of Java Previous Topic   Next Topic Topic: HOW TO INSTALL JTAPI

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use