From: Conal T. <Con...@vu...> - 2004-09-27 02:16:40
|
I've been using TMNav to visualise my topic map. It's great, but there's = one little thing about it that bugs me: the labels.=20 A topic with id "foo-topic-id" but no name gets a label like: "T [foo-topic-id]"=20 That seems perfectly reasonable. I don't know why, but a topic which has = a name will display differently: e.g. a topic with the name "foo" gets a = label like:=20 "foo [org.tm4j.topicmap.memory.TopicImpl@f60dla08]" The last part of the label looks like the result of calling toString() = on the topic object. IMHO it's not worth having; it just clutters up the = display. :-) But I don't know where to start changing it. version info: TMNav - Version: TMNav 0.2.9(pre1 )* Panckoucke - Version: Panckoucke 0.3.2(alpha) Cheers Con |