MathGroup Archive 2009

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

Search the Archive

Re: JLink & LocatorPane

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102947] Re: JLink & LocatorPane
  • From: Albert Retey <awnl at gmx-topmail.de>
  • Date: Thu, 3 Sep 2009 05:36:50 -0400 (EDT)
  • References: <h7l8p6$33i$1@smc.vnet.net>

Hi,

> I develop a one Tool with Java and Mathematica (JLink) and want to use
> "LocatorPane" and "Dynamic[ ]" in my Tool.
> Is it possible? 

you cannot embed a locator pane in a java window, AFAIK. But what you
can do is to use UseFrontEnd and then open a (extra) Mathematica window
with CreateDocument or CreateDialog that contains a LocatorPane.

> If not, how can I  build a this widgets (LocatorPane) in
> Java?

If for whatever reason the above is not what you need, of course you can
 build such a widget with Java, but that needs to be implemented
completely in Java, so it's not this group where you can expect much
help: I think there are not too many experts in Java GUI programming
listening to this. I would try one of the groups about Java, probably
there is a group about swing or probably there is one more specialized
in Java-2D-Graphics...

hth,

albert


  • Prev by Date: Re: Bug in Solve?
  • Next by Date: polar equation of circle
  • Previous by thread: Re: JLink & LocatorPane
  • Next by thread: contourplot in xy plane of Graphics3D