<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: FindJObj &#8211; find a Matlab component&#039;s underlying Java object	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=findjobj-find-underlying-java-object</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Wed, 27 Mar 2019 10:46:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.3</generator>
	<item>
		<title>
		By: Nivetha		</title>
		<link>https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-470629</link>

		<dc:creator><![CDATA[Nivetha]]></dc:creator>
		<pubDate>Wed, 27 Mar 2019 10:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=892#comment-470629</guid>

					<description><![CDATA[Hi Yair,

Sorting of numeric values in UITable is not working . Any workaround or fix?]]></description>
			<content:encoded><![CDATA[<p>Hi Yair,</p>
<p>Sorting of numeric values in UITable is not working . Any workaround or fix?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-442759</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Sun, 23 Sep 2018 10:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=892#comment-442759</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-441964&quot;&gt;Eddie&lt;/a&gt;.

@Eddie - try to download the latest version of findjobj and then try again, it works well on all Matlab versions, including 18a and 18b.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-441964">Eddie</a>.</p>
<p>@Eddie &#8211; try to download the latest version of findjobj and then try again, it works well on all Matlab versions, including 18a and 18b.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eddie		</title>
		<link>https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-441964</link>

		<dc:creator><![CDATA[Eddie]]></dc:creator>
		<pubDate>Wed, 19 Sep 2018 15:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=892#comment-441964</guid>

					<description><![CDATA[I just downloaded 2018b and findjobj does not work on uicontrol anymore :(

For example, 
u=uicontrol; 
jobj=findjobj(u);

Returns an empty handle in 2018b, but in 2018a that is not a problem.]]></description>
			<content:encoded><![CDATA[<p>I just downloaded 2018b and findjobj does not work on uicontrol anymore 🙁</p>
<p>For example,<br />
u=uicontrol;<br />
jobj=findjobj(u);</p>
<p>Returns an empty handle in 2018b, but in 2018a that is not a problem.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-420710</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Mon, 19 Mar 2018 08:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=892#comment-420710</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-420709&quot;&gt;Omar&lt;/a&gt;.

Omar - &lt;i&gt;&lt;b&gt;findjobj&lt;/b&gt;&lt;/i&gt; is not a built-in Matlab function, it is a function that you need to download from the Matlab File Exchange, as the article clearly states (read it!)...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-420709">Omar</a>.</p>
<p>Omar &#8211; <i><b>findjobj</b></i> is not a built-in Matlab function, it is a function that you need to download from the Matlab File Exchange, as the article clearly states (read it!)&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Omar		</title>
		<link>https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-420709</link>

		<dc:creator><![CDATA[Omar]]></dc:creator>
		<pubDate>Mon, 19 Mar 2018 08:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=892#comment-420709</guid>

					<description><![CDATA[Hello Yair,

I am using MATLAB R2017a and I get an &quot;Undefined function or variable &#039;findjobj&#039;.&quot;-Error when using findjobj(text). findobj(text) works tho.
Is this no longer supported?]]></description>
			<content:encoded><![CDATA[<p>Hello Yair,</p>
<p>I am using MATLAB R2017a and I get an &#8220;Undefined function or variable &#8216;findjobj&#8217;.&#8221;-Error when using findjobj(text). findobj(text) works tho.<br />
Is this no longer supported?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Xiangrui Li		</title>
		<link>https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-405066</link>

		<dc:creator><![CDATA[Xiangrui Li]]></dc:creator>
		<pubDate>Tue, 18 Apr 2017 13:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=892#comment-405066</guid>

					<description><![CDATA[Hi Yair,
Just in case you don&#039;t know, Matlab Central web update likely breaks pattern search in checkVersion(). I use the similar method to your code, and realized this problem.
My current solution is to search &#039;user_version&#039;, which seems reliable.
-Xiangrui]]></description>
			<content:encoded><![CDATA[<p>Hi Yair,<br />
Just in case you don&#8217;t know, Matlab Central web update likely breaks pattern search in checkVersion(). I use the similar method to your code, and realized this problem.<br />
My current solution is to search &#8216;user_version&#8217;, which seems reliable.<br />
-Xiangrui</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Akshay		</title>
		<link>https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-393771</link>

		<dc:creator><![CDATA[Akshay]]></dc:creator>
		<pubDate>Sat, 19 Nov 2016 11:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=892#comment-393771</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-393660&quot;&gt;Akshay&lt;/a&gt;.

Hello,

Hope you are doing fine. I have went through the document for customizing the border.
Let me rephrase again to have we both on the same page, I need your help in understanding how to override the default Push Button border properties in java and refer the same in Matlab (need to override the default border function).

I am quite new to MATLAB and don&#039;t know how these two languages are exchanging their objects. I would really appreciate if you provide me the more details.

Thanks for your time and support as always! :-)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-393660">Akshay</a>.</p>
<p>Hello,</p>
<p>Hope you are doing fine. I have went through the document for customizing the border.<br />
Let me rephrase again to have we both on the same page, I need your help in understanding how to override the default Push Button border properties in java and refer the same in Matlab (need to override the default border function).</p>
<p>I am quite new to MATLAB and don&#8217;t know how these two languages are exchanging their objects. I would really appreciate if you provide me the more details.</p>
<p>Thanks for your time and support as always! 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-393667</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Fri, 18 Nov 2016 10:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=892#comment-393667</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-393664&quot;&gt;Akshay&lt;/a&gt;.

@Ashkay - did you bother to read what I just sent you? You need to read the material and then search online to see how to create a rounded Java Border.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-393664">Akshay</a>.</p>
<p>@Ashkay &#8211; did you bother to read what I just sent you? You need to read the material and then search online to see how to create a rounded Java Border.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Akshay		</title>
		<link>https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-393664</link>

		<dc:creator><![CDATA[Akshay]]></dc:creator>
		<pubDate>Fri, 18 Nov 2016 09:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=892#comment-393664</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-393660&quot;&gt;Akshay&lt;/a&gt;.

Hi,

Ok. Can I customize default square pushbutton to have circular border?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-393660">Akshay</a>.</p>
<p>Hi,</p>
<p>Ok. Can I customize default square pushbutton to have circular border?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-393662</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Fri, 18 Nov 2016 09:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=892#comment-393662</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-393660&quot;&gt;Akshay&lt;/a&gt;.

&lt;i&gt;&lt;b&gt;findjobj&lt;/b&gt;&lt;/i&gt; can be used to find the underlying Java control of an existing Matlab GUI control (e.g., pushbutton). You can then modify the control&#039;s &lt;b&gt;Border&lt;/b&gt; as explained here: http://undocumentedmatlab.com/blog/customizing-uicontrol-border]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/findjobj-find-underlying-java-object#comment-393660">Akshay</a>.</p>
<p><i><b>findjobj</b></i> can be used to find the underlying Java control of an existing Matlab GUI control (e.g., pushbutton). You can then modify the control&#8217;s <b>Border</b> as explained here: <a href="http://undocumentedmatlab.com/blog/customizing-uicontrol-border" rel="ugc">http://undocumentedmatlab.com/blog/customizing-uicontrol-border</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
