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 211757 - Bracket missing from usage example in WindowManager javadocs
Summary: Bracket missing from usage example in WindowManager javadocs
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Geertjan Wielenga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-26 06:58 UTC by mienamoo
Modified: 2016-07-11 11:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mienamoo 2012-04-26 06:58:11 UTC
In the Usage section at [1], in the example code there is a missing } to close the anonymous Runnable object. It should be just before ); on the second last line.

[1] http://bits.netbeans.org/dev/javadoc/org-openide-windows/org/openide/windows/WindowManager.html#invokeWhenUIReady(java.lang.Runnable)
Comment 1 mienamoo 2016-07-11 11:06:40 UTC
This documentation problem still exists.