I am very new to Dia. I am looking for linux progs which can do UML..
and Dia looked like it was working fine, until I tried 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