Re: Mouse click on title bar

2001-06-11 Thread Nathan Meyers
On Mon, Jun 11, 2001 at 12:29:24AM -0700, brEezE wrote: > Hi, is there a way that i can catch the event when > user click on the title bar of a > JFrame/JInternalFrame? Definitely not for JFrame - that's under control of the windowing system, not Java, and the windowing system doesn't pass that i

Mouse click on title bar

2001-06-11 Thread brEezE
Hi, is there a way that i can catch the event when user click on the title bar of a JFrame/JInternalFrame? I have search through the API and couldn't find anything that is related. Adding a mouse listener to the frame will only fire the mouseClicked event when clicking on the window's border, not