• 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

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
antirace@hotmail.com
put JAVA PROBLEM in the subject line
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic