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 237235

Summary: Multiview components should print the content of all views not only the active one.
Product: platform Reporter: oliverrettig <oliverrettig>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description oliverrettig 2013-10-17 09:07:01 UTC
The nb buildin print system allows to print the content of a topcomponent out of the box. This also works for the active view in the case of multiview if 
putClientProperty("print.printable", Boolean.TRUE); is added to the enclosing topcomponent.

I great enhancement will be if automatically each of multiple views are printed into different pages.