This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 58655 - Operator support for java.awt.FileDialog
Summary: Operator support for java.awt.FileDialog
Status: CLOSED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker with 1 vote (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-06 15:24 UTC by btknorr
Modified: 2011-02-17 09:31 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description btknorr 2005-05-06 15:24:20 UTC
The Swing app we are trying to test uses java.awt.FileDialog to open a file.  
We cannot find a way to drive this component using Jemmy.  There doesn’t seem 
to be an “operator” available for FileDialog.  Unfortunately we cannot move 
forward without this feature...please accept this enhancement request or 
provide us with a workaround.
 

Thanks,

Brian
Comment 1 Alexandre Iline 2005-05-06 19:49:37 UTC
Unfortunately, this is not possible.

The components displayed within the FileDialog are _native_ components.

You can try to simulate expected keyboard events (by Robot) but that's about all I can help with.

I am sorry.

Shura.