From: Joshua O'M. <jos...@gm...> - 2014-01-27 18:36:58
|
Those words are, I believe, taken from the enum definition, which defines those two modes: https://code.google.com/p/jung/source/browse/trunk/jung/jung-visualization/src/main/java/edu/uci/ics/jung/visualization/control/ModalGraphMouse.java The code probably just uses the name of the enum member for the combobox rather than trying to do anything more sophisticated. So, two options: (0) Find the place where the combobox decides what to render, and add a translation of the enum into the text you desire. (1) Change the names of those enums in the code. Hope this helps. On Mon, Jan 27, 2014 at 6:32 AM, Frédéric Vergnaud < fre...@mi...> wrote: > Hi all ! > Is it possible to modify the text within the graphmouse combobox, ie > change "TRANSFORMING" & "PICKING" by french words, and how to do that ? > Thank you for your support ! > Regards. > Fred > > -- > Frédéric Vergnaud > CNRS UMR 7185 > Centre de Sociologie de l’Innovation – Ecole des Mines de Paris > 60, Boulevard Saint Michel , 75272 Paris Cedex 06 > Tél 33(0)1.40.51.92.83 | Fax 33(0)43.54.56.28 > http://www.csi.mines-paristech.fr > > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > _______________________________________________ > Jung-support mailing list > Jun...@li... > https://lists.sourceforge.net/lists/listinfo/jung-support > -- jos...@gm.........sites.google.com/site/joshuaomadadhain/ Joshua O'Madadhain: Information Scientist, Musician, Philosopher-At-Tall It's that moment of dawning comprehension that I live for. -- Bill Watterson My opinions are too rational and insightful to be those of any organization. |