• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

component communication

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,
I have a Frame inside of which there is a Canvas (acting as a toolbar). I need to drag the mouse from the canvas into the frame and release the mouse button on the frame area. now when i drag by clicking on the canvas, the mouse drag event of Canvas is called, but when i release the mouse over the frame, mouse release of frame is not called. the thing i want to achieve is some form of drag and drop without actually using java.awt.dnd. so anybody who could halp me will be appreciated, thanx.
if u need more info or code, mail me
[email protected]
put JAVA PROBLEM in the subject line
 
That's a very big dog. I think I want to go home now and hug this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic