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 155839

Summary: Not all detail of UML diagrams print on printer
Product: uml Reporter: driep02 <driep02>
Component: General DiagramAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker Keywords: I18N
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: example of class diagram

Description driep02 2008-12-19 13:18:04 UTC
Product Version: NetBeans IDE 6.1 (Build 200805300101)
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
System: Windows XP version 5.1 running on x86; Cp1252; en_ZA (nb)
Userdir: C:\Documents and Settings\phlip\.netbeans\6.1

I have created a project for UML modeling.
I have created a use case diagram and a class diagram.
I have used two colors for the different classes to distinguish between existing and new classes
I have also made some of the attributes a different color for highlighting stuff.

I need to print these diagrams and the printer I use is a KONICA MINOLTA C250/C250P

When I print the use case diagram, all the text is upside-down compared to the orientation of the actor

When I print the class diagram, only the outline of the class box is printed and none of the text inside the class box.
The comments however print correct. The associations and colors also prints perfectly.

See attachments for example
Comment 1 driep02 2008-12-19 13:19:41 UTC
Created attachment 75187 [details]
example of class diagram
Comment 2 driep02 2008-12-22 14:35:59 UTC
I have now installed NB6.5 and installed the UML plugin. 

The text is still not printing when printing a diagram.

Any help?
Comment 3 Sergey Petrov 2008-12-22 14:47:03 UTC
may be localization/internatialization issue. need to try en_ZA locale to say more.
can you attach screenshot (or exported as image diagram is works). As a workaround if export as image works it may help
to export first and then print from some graphics viewer.
can you print java source from netbeans?
Comment 4 driep02 2008-12-23 06:53:31 UTC
Hallo Sergey,

Thanks for the hint. It was the locale - I have changed my PC' to en_Us and it printed the text.

Can the NB group correct this problem?
Comment 5 Sergey Petrov 2008-12-23 11:22:59 UTC
thanks.
yes it need to be fixed, but I can't be certain about timeframe.
did you try export as image?
Comment 6 driep02 2009-01-08 09:18:33 UTC
Yes, I did export as an image and it worked well.

With the change in the Locale, this is not necessary any more.

Thanks.