| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
We've found the problem and it appears to be a problem with Java on X. If it--
isn't fixed by the Java team we have a workaround for a Java update
(including QTJ that will also fix the dialog problem) that is soon to be
released.
If you need this before then, you should do a requestFocus on the window
after it is shown
Bill
on 8/1/02 9:27 AM, aNt wrote:
Ok.. This is a bit of a 'if nothing else works'>> this problem that is preventing me to get proper sleep
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
>> :-)
| References: | |
| >Re: Problems with FullScreenWindow (From: Bill Stewart <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
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.