From: <HIDDEN>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: Re: Including CheckNodeTree.java to a Matlab GUI
Message-ID: <ef5a699.4@webcrossing.raydaftYaTP>
Date: Fri, 15 Jun 2007 05:56:47 -0400
References: <ef5a699.-1@webcrossing.raydaftYaTP> <ef5a699.0@webcrossing.raydaftYaTP> <ef5a699.1@webcrossing.raydaftYaTP> <ef5a699.2@webcrossing.raydaftYaTP> <ef5a699.3@webcrossing.raydaftYaTP>
Lines: 19
NNTP-Posting-Host: 80.178.78.97
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:414156



Stephan Hoffmann wrote:
>
> Great, it's working!! :)
>
> Here my code, usind UICOMPONENT:
>
> root = DefaultMutableTreeNode('Hallo 1')
> checkNode(1) = CheckNode('Hallo 2')
> root.add(checkNode(1))
> model = DefaultTreeModel(root)
> checkTree = CheckNodeTree(model)
> Tree = uicomponent(checkTree,'position',[50,50,100,150])
  

Why don't you post you Java class & Matlab wrapper to the File
Exchange? I'm sure that other Matlab users would find this submission
useful.

Yair Altman