[Frubar Paste] Hosted by SkyLime - Chat with us at XChannel IRC

Posted by appelhenka on Wed 1st Jul 09:46
download

  1. ChannelTree shipTree = new ChannelTree();
  2.         shipTree.getSelectionModel().addTreeSelectionListener(new TreeSelectionListener()
  3.         {
  4.                 @Override public void valueChanged( TreeSelectionEvent e )
  5.             {
  6.               TreePath path = e.getNewLeadSelectionPath();
  7.               System.out.println(path.toString());
  8.             }
  9.         });


Submit a correction or amendment below. (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.



Remember my name in a cookie


Code: To highlight particular lines, prefix each line with @@.
Include comments to indicate what you need feedback on.