MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

GuiKit & GraphEdit

  • To: mathgroup at smc.vnet.net
  • Subject: [mg50663] GuiKit & GraphEdit
  • From: darkness_wizard at hotmail.com (Wishmaster7)
  • Date: Wed, 15 Sep 2004 07:54:39 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

hello.

I am using the GraphEdit tool from Wolfram's GuiKit add-on, and I
would like to change the code, for example add action listeners,
change the size of the squares, change the value of the arcs, ...

My question is : in which file(s) is the code to change??

The file "GraphEditor.m" contains the code of the application, calling
"GraphPanel.m" for the graphic panel. But in none of these files there
is a code for the graphic items.

Is there in one of these path where is the code?
class:com.wolfram.guikit.graph.ExprAccessibleGraphPane
class:com.wolfram.guikit.graph.DefaultGraphController
class:com.wolfram.guikit.graph.DefaultGraphModel
These are widgets called in "GraphPanel.m", but I dont have such
files. Is it possible to get these files and do some changes?

I thank a lot everyone who can help me.


  • Prev by Date: Re: Unevaluated
  • Next by Date: Re: need to call data from a list as input but need it in vector form not list form
  • Previous by thread: Re: Text in Tables
  • Next by thread: Re: GuiKit & GraphEdit