When I try to print, the text in my class, both attribute and method,
overran the border of my class box.
----------------------------------
| Class |
| ------------------------------ |
| +new(userid:String,loadgroups:boolean): object reference
| |
----------------------------------
Hopefully that will line up on your screen. :-)
That happens when I print.
When I export to png, I get:
----------------------------------
| Class |
| ------------------------------ |
| +new(userid:String,loadgroups:bo
| |
----------------------------------
What I would like is:
------------------------------------------------------------
| Class |
| -------------------------------------------------------- |
| +new(userid:String,loadgroups:boolean): object reference |
| |
------------------------------------------------------------
Has anyone had this problem?
Note: The class shows properly when I am viewing the class in Dia.
-John