aspose file tools
The moose likes OO, Patterns, UML and Refactoring and the fly likes UML HelloWorld Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » OO, Patterns, UML and Refactoring
Reply Bookmark "UML HelloWorld" Watch "UML HelloWorld" New topic
Author

UML HelloWorld

cyril vidal
Ranch Hand

Joined: Jul 02, 2003
Posts: 247
Hi,
I'm sorry this question doesn't deal directly with UML, but is extracted from UML book though, more exactly: the unified modeling language user gide from G.Booch, J.Rumbaugh, I.Jacobson.
Chapter 3 aims to present merely UML diagrams of the following HelloWorld applet:

For the sequence diagram, it's said that

Toolkit object calls one of its own operation (callbackLoop), which then calls the ComponentPeer's handleExpose operation.

I just wanted to make this sure, and then have the idea to use -Xprof command-line option with an application equivalent to above applet:

There are many very interesting informations pounded on the output, but nothing about the callbackLoop or handleexpose methods.
How may i check these are effectly called during the process?
Thanks for your response,
CYril.


SCJP 1.4, SCWCD, SCBCD, IBM XML, IBM Websphere 285, IBM Websphere 287
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: UML HelloWorld
 
Similar Threads
Haw to display painting in Panel
Applet deployment problem
How to invoke a paint method in Frame?
viewing applet in IE
Program is not compiles