Question 4.3 in the Ptolemy II FAQ at
http://ptolemy.eecs.berkeley.edu/ptolemyII/ptIIfaq.htm
says:
--start--
 4.3 How do I customize the GUI?
    Ptolemy II uses Diva to display block diagram editors.
    Information about Diva can be found at
    http://www.gigascale.org/diva Ptolemy II uses the notion of
    Tableaus to manage state for tools. The Ptolemy II design document
    has a chapter that discusses the UI API.

    The code that brings up the JVM Properties window is a simple
    example, the code is at
    
http://ptolemy.eecs.berkeley.edu/ptolemyII/ptIIlatest/ptII/ptolemy/actor/gui/JVMTableau.java

    $PTII/ptolemy/configs/vergilConfiguration.xml adds this feature
    with this line:

       <property name="JVM Properties" 
                  class="ptolemy.actor.gui.JVMTableau$Factory"/>

--end--

-Christopher
--------

    I would like to add a self-define window upon the Graph Editor in Vergil.
    
    Would it be possible if i modify the .java files and recompile the source c
   ode????
--------

----------------------------------------------------------------------------
Posted to the ptolemy-hackers mailing list.  Please send administrative
mail for this list to: [EMAIL PROTECTED]

Reply via email to