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

Summary: Bracket missing from usage example in WindowManager javadocs
Product: platform Reporter: mienamoo
Component: DocumentationAssignee: Geertjan Wielenga <geertjan>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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.