tags:

views:

63

answers:

2

I want to create a layer in Java Swing which will be displayed when I move my mouse over a specific region on editor pane.

+1  A: 

Yes, You must create a Component to draw whatever it is you want to show, and set it as the glasspane of a frame. I have created a loupe this way. For more information, see here.

Maurice Perry
+1  A: 

The simplest solutution is to use a JXLayer framework

eugener