From: Nazar on 22 Jul 2010 15:42 Hello and thank you in advance for any suggestions. I need to create an interactive 2D tree that changes, and adapts according to the user inputs into each node. This will be embedded into an already existing GUI. (Think of it as a input-reactive decision tree... visually it should be something like this: (Image taken from Google image finder under decision tree search...)http://bigpicture.typepad.com/writing/images/2008/04/16/decision_tree.jpg) Now, I am thinking about using a long and tedious series of 'Visible' on/off and such to make the nodes of the tree change depending on the inputs... But I am hoping one of you can suggest a more elegant approach... I am familiar enough with MATLAB to be able to use Swing elements, but after some search I haven’t found anything that can help me... Nevertheless it is not as much the 'length' of the code involved that concerns me but its elegance... (A.k.a its readability and reusability in future cases).
|
Pages: 1 Prev: Neural Networks Question Next: Matching elements in two different sized matrices? |