Results 1 to 2 of 2
Thread: Mouse listening across layers
- 02-17-2011, 03:09 PM #1
Member
- Join Date
- Feb 2011
- Posts
- 27
- Rep Power
- 0
Mouse listening across layers
Hi,
I am having some troubles implementing mouse listening across layers.
I currently have a panel with 2 subpanels as children laying on top of one another. The first panel has an image while the second has a shape.
This image panel is clipped by a circle, and the shape panel adds a shape of a circle to give the clip a nice border and also has some other shapes drawn around the image in the blank area created by the clip.
I would like to add the functionality of allowing a user to draw a box on the image but if a corner is dragged past the limits of the circle the clipping circle will automatically take care of this. This means to me that I need a listener on the image layer to take care of several different types of mouse clicks, (click press, click release, etc) .
I also want to add a listener to the shape layer that does something else on a mouse click.
So far I can't get these to happen at the same time. If I have a listener on the shape layer which is above the image layer, the image layer doesn't hear, but if I turn off the listener on the shape layer the image layer works fine.
Does anyone have any suggestions?
- 02-17-2011, 03:42 PM #2
I would suggest you throw together an SSCCE that demonstrates the problem. Make it as short as possible- we probably don't need all of the clipping and drawing stuff, just a couple of JPanels with a listener set up in the way you have it. That way we have some code to work from.
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
Similar Threads
-
questions about events in differents layers
By Jon_Xel in forum AWT / SwingReplies: 10Last Post: 07-13-2010, 05:37 AM -
Listening for variables?
By martypapa in forum New To JavaReplies: 6Last Post: 02-09-2010, 09:14 AM -
MDB listening
By nipunalk in forum Advanced JavaReplies: 5Last Post: 01-20-2010, 05:10 AM -
Mouse Listener for mouse floating over object?
By Krooger in forum AWT / SwingReplies: 1Last Post: 11-18-2009, 04:34 AM -
Listening to a Printer
By Mosd in forum New To JavaReplies: 0Last Post: 08-12-2008, 12:21 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks