<?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: Password &#038; spinner controls in Matlab GUI	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/password-and-spinner-controls-in-matlab-gui/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/password-and-spinner-controls-in-matlab-gui?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=password-and-spinner-controls-in-matlab-gui</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Mon, 19 Dec 2016 16:16:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.3</generator>
	<item>
		<title>
		By: Oleg		</title>
		<link>https://undocumentedmatlab.com/articles/password-and-spinner-controls-in-matlab-gui#comment-396851</link>

		<dc:creator><![CDATA[Oleg]]></dc:creator>
		<pubDate>Mon, 19 Dec 2016 16:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=6775#comment-396851</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/password-and-spinner-controls-in-matlab-gui#comment-396294&quot;&gt;Oleg&lt;/a&gt;.

Sweet, thanks.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/password-and-spinner-controls-in-matlab-gui#comment-396294">Oleg</a>.</p>
<p>Sweet, thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/password-and-spinner-controls-in-matlab-gui#comment-396347</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Fri, 16 Dec 2016 10:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=6775#comment-396347</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/password-and-spinner-controls-in-matlab-gui#comment-396340&quot;&gt;Sam Roberts&lt;/a&gt;.

Indeed - reference: http://undocumentedmatlab.com/blog/fixing-a-java-focus-problem#comment-356223 (credit: Dirk Engel)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/password-and-spinner-controls-in-matlab-gui#comment-396340">Sam Roberts</a>.</p>
<p>Indeed &#8211; reference: <a href="http://undocumentedmatlab.com/blog/fixing-a-java-focus-problem#comment-356223" rel="ugc">http://undocumentedmatlab.com/blog/fixing-a-java-focus-problem#comment-356223</a> (credit: Dirk Engel)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sam Roberts		</title>
		<link>https://undocumentedmatlab.com/articles/password-and-spinner-controls-in-matlab-gui#comment-396340</link>

		<dc:creator><![CDATA[Sam Roberts]]></dc:creator>
		<pubDate>Fri, 16 Dec 2016 09:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=6775#comment-396340</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/password-and-spinner-controls-in-matlab-gui#comment-396294&quot;&gt;Oleg&lt;/a&gt;.

Oleg, I think you may be able to try something like:

&lt;pre lang=&quot;matlab&quot;&gt;
jhPasswordField.setFocusable(true);
jhPasswordField.putClientProperty(&#039;TabCycleParticipant&#039;, true);
&lt;/pre&gt;

where jhPasswordField is a handle to the password field, as used in Yair&#039;s code above.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/password-and-spinner-controls-in-matlab-gui#comment-396294">Oleg</a>.</p>
<p>Oleg, I think you may be able to try something like:</p>
<pre lang="matlab">
jhPasswordField.setFocusable(true);
jhPasswordField.putClientProperty('TabCycleParticipant', true);
</pre>
<p>where jhPasswordField is a handle to the password field, as used in Yair&#8217;s code above.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Oleg		</title>
		<link>https://undocumentedmatlab.com/articles/password-and-spinner-controls-in-matlab-gui#comment-396294</link>

		<dc:creator><![CDATA[Oleg]]></dc:creator>
		<pubDate>Thu, 15 Dec 2016 23:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=6775#comment-396294</guid>

					<description><![CDATA[Did you solve the focus traversal cycle issue with the jpassword field? In others words, when tabbing, can you focus on the password field?]]></description>
			<content:encoded><![CDATA[<p>Did you solve the focus traversal cycle issue with the jpassword field? In others words, when tabbing, can you focus on the password field?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
