| 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
|
 |
 |
|
|
subject: UML HelloWorld
|
|
|