• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

[JUDE], how to wrap text

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorrie for posting it here, coz I think that there got more JUDE users
======================

I am using JUDE to create Class Diagrams now, how could I wrap the text into two lines?
I want to create a new class diagam with name
"
<<StatelessSessionBean>>
SearchProcessor
"
(in two lines)
Thanks
HD
[ December 16, 2004: Message edited by: Hank GU ]
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe not possible.

I used Jude to pass SCEA. It is not totally refined but enough to pass the certification.

You may try the newest Jude, they just made a new release.

I like Jude very much. I will use it work also. There is really no need to drow too detailed UML, that is javadoc for. Only how level is enough. 1 page one picture.
 
Ranch Hand
Posts: 1392
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I want to create a new class diagam with name
"
<<StatelessSessionBean>>
SearchProcessor
"



This can be achieved by using the Stereotype on the left panel to create "StatelessSessionBean". Click on the Add button, a word "stereotype"" will appear. Click on this word and change it to "StatelessSessionBean". The "SearchProcess" will be the class's name.
 
Hank GU
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot, Hu Rui and Joyce......
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic