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 information to
applications.

Nathan

> 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 the title bar.
> Thanks a lot.
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35 
> a year!  http://personal.mail.yahoo.com/
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

-- 


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to