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 - Multiview components should print the content of all views not only the active one.
Summary: Multiview components should print the content of all views not only the activ...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-17 09:07 UTC by oliverrettig
Modified: 2013-10-17 09:07 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 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.