Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with FullScreenWindow



Ok.. This is a bit of a 'if nothing else works'

First off, 'implements AWTEventListener' on your FullScreenWindow and do
the:

Toolkit.getDefaultToolkit().addAWTEventListener(this,
AWTEvent.MOUSE_EVENT_MASK);

Or whatever (keyboard) add the:

public void mouseClicked(MouseEvent e) {
System.out.println("mouse was clicked");
}

To you class also..

Some will say 'NO!!' but then hay it works cool so sod um :) oh this looks
at every mouse click.

aNt


> Thanks a lot for your help aNt,
>
> Howevever, my code already used setVisible(true),
> therefore this doesn't seem to be the problem. Any
> other suggestions or sample code I could use to solve
> this problem that is preventing me to get proper sleep
> :-)
>
> Thanks for your help.
>
> Huibert


References: 
 >Re: Problems with FullScreenWindow (From: Huibert Aalbers <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.