<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-13569</id>
	<title>Nabble - java.net - SwingUnit</title>
	<updated>2008-04-24T20:45:41Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/java.net---SwingUnit-f13569.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/java.net---SwingUnit-f13569.html" />
	<subtitle type="html">SwingUnit is a unit test automation toolkit for Java Swing application. It works just like 'tiny macro' or 'script' for Swing Application. Using SwingUnit in combination with JUnit you can run test scenario automatically, and you can use many JUnit supporting tools. The structure of a test scenario XML file is simple. java.net - SwingUnit home is &lt;a href=&quot;http://swingunit.dev.java.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-16884374</id>
	<title>Re: error in executing my own swingunit</title>
	<published>2008-04-24T20:45:41Z</published>
	<updated>2008-04-24T20:45:41Z</updated>
	<author>
		<name>jmacion</name>
	</author>
	<content type="html">Thank you for the reply.
&lt;br&gt;I've just found out why my code doesn't work.
&lt;br&gt;In my tear down fucntion, i did not set to false my main frame's setVisible() method.
&lt;br&gt;But well, thanks anyways.
&lt;br&gt;Your information has helped me.
&lt;br&gt;&lt;br&gt;Hello jmacion,
&lt;br&gt;&lt;br&gt;The message says there are two or more root windows.
&lt;br&gt;Maybe, your test program does not close the target
&lt;br&gt;test window before running second scenario.
&lt;br&gt;&lt;br&gt;If you use ROOT_CONTAINER as a finderMethod,
&lt;br&gt;close existing windows before run the second scenario
&lt;br&gt;or simply do not open the window in the second scenario.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-dev-f13570.html&quot; embed=&quot;fixTarget[13570]&quot; target=&quot;_top&quot; &gt;java.net - swingunit dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/error-in-executing-my-own-swingunit-tp16847240p16884374.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16872607</id>
	<title>Re: error in executing my own swingunit</title>
	<published>2008-04-24T01:36:17Z</published>
	<updated>2008-04-24T01:36:17Z</updated>
	<author>
		<name>Nobuhiko Yasunaka-3</name>
	</author>
	<content type="html">Hello jmacion,
&lt;br&gt;&lt;br&gt;The message says there are two or more root windows.
&lt;br&gt;Maybe, your test program does not close the target
&lt;br&gt;test window before running second scenario.
&lt;br&gt;&lt;br&gt;If you use ROOT_CONTAINER as a finderMethod,
&lt;br&gt;close existing windows before run the second scenario
&lt;br&gt;or simply do not open the window in the second scenario.
&lt;br&gt;&lt;br&gt;&lt;br&gt;jmacion wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; I am new in swing unit. i have successfully executed your demo. But,
&lt;br&gt;&amp;gt; when i work on my own swing unit, i get this error.
&lt;br&gt;&amp;gt; Caused by: swingunit.framework.Finder$SearchException: More than two windows
&lt;br&gt;&amp;gt; are matching for
&lt;br&gt;&amp;gt; =swingunit.framework.WindowClassParameter[finderMethod=ROOT_CONTAINER,
&lt;br&gt;&amp;gt; windowClass=javax.swing.JFrame]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here, i have two scenarios.
&lt;br&gt;&amp;gt; But when i have only one scenario, i can successfully execute the
&lt;br&gt;&amp;gt; application.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can you please help me on this one?
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;----------------------------------------------------
&lt;br&gt;Nobuhiko YASUNAKA
&lt;br&gt;update it, Inc.
&lt;br&gt;Web &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.updateit.co.jp/index_en.shtml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.updateit.co.jp/index_en.shtml&lt;/a&gt;&lt;br&gt;Blog &amp;nbsp; &lt;a href=&quot;http://blog.updateit.co.jp/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.updateit.co.jp/&lt;/a&gt;&lt;br&gt;E-Mail &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16872607&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;yasunaka@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16872607&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=16872607&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-dev-f13570.html&quot; embed=&quot;fixTarget[13570]&quot; target=&quot;_top&quot; &gt;java.net - swingunit dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/error-in-executing-my-own-swingunit-tp16847240p16872607.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16847240</id>
	<title>error in executing my own swingunit</title>
	<published>2008-04-24T01:17:31Z</published>
	<updated>2008-04-24T01:17:31Z</updated>
	<author>
		<name>jmacion</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&amp;nbsp; &amp;nbsp; I am new in swing unit. i have successfully executed your demo. But, when i work on my own swing unit, i get this error.
&lt;br&gt;Caused by: swingunit.framework.Finder$SearchException: More than two windows are matching for =swingunit.framework.WindowClassParameter[finderMethod=ROOT_CONTAINER, windowClass=javax.swing.JFrame]
&lt;br&gt;&lt;br&gt;Here, i have two scenarios.
&lt;br&gt;But when i have only one scenario, i can successfully execute the application.
&lt;br&gt;&lt;br&gt;Can you please help me on this one?&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-dev-f13570.html&quot; embed=&quot;fixTarget[13570]&quot; target=&quot;_top&quot; &gt;java.net - swingunit dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/error-in-executing-my-own-swingunit-tp16847240p16847240.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14153798</id>
	<title>Re: Exception while testng menu</title>
	<published>2007-12-04T08:15:02Z</published>
	<updated>2007-12-04T08:15:02Z</updated>
	<author>
		<name>Nobuhiko YASUNAKA-2</name>
	</author>
	<content type="html">I don't test swingunit on ubuntu. If you get same error when testing
&lt;br&gt;the demo, it may be a timing problem.
&lt;br&gt;&lt;br&gt;Try to change TestSetting.properties value.
&lt;br&gt;On X-Window, it takes a bit more time to show a window rather
&lt;br&gt;than on MS Windows, So put some delay.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello. 
&lt;br&gt;&amp;gt; I am new in swing testing. I am trying to test menu in my program, but have
&lt;br&gt;&amp;gt; some exceptions, that I don't know where they &amp;nbsp;come from. If I have menu
&lt;br&gt;&amp;gt; &amp;quot;menu&amp;quot; and menuitem &amp;quot;about&amp;quot; in it. I am running scenario:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;document windowFinder=&amp;quot;ROOT_CONTAINER&amp;quot; &amp;nbsp; windowClass=&amp;quot;JFrame&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;scenario name=&amp;quot;OPEN_SEARCH&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;WindowStatus windowFinder=&amp;quot;NAME_IS_EQUAL&amp;quot; windowName=&amp;quot;frame0&amp;quot;
&lt;br&gt;&amp;gt; status=&amp;quot;ICONIFIED&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;Click componentFinder=&amp;quot;A_COUPLE_OF_CLASS_AND_LABEL_IS_EQUAL&amp;quot; 
&lt;br&gt;&amp;gt; componentClass=&amp;quot;JMenu&amp;quot; label=&amp;quot;Menu&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; 	&amp;lt;Click componentFinder=&amp;quot;NAME_IS_EQUAL&amp;quot; name=&amp;quot;about&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/scenario&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/document&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Two senario lines are ok, no exceptions. But on third(last) line I get and
&lt;br&gt;&amp;gt; exception which says &amp;quot;component must be showing on the screen to determine
&lt;br&gt;&amp;gt; its location
&lt;br&gt;&amp;gt; java.awt.IllegalComponentStateException: component must be showing on the
&lt;br&gt;&amp;gt; screen to determine its location&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And I get the same exception when I run demo test. Maybe you know what is
&lt;br&gt;&amp;gt; wrong with my program. (I am ubuntu user)
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;----------------------------------------------------
&lt;br&gt;Nobuhiko YASUNAKA
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14153798&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=14153798&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Exception-while-testng-menu-tp14151344p14153798.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14151344</id>
	<title>Exception while testng menu</title>
	<published>2007-12-04T06:22:48Z</published>
	<updated>2007-12-04T06:22:48Z</updated>
	<author>
		<name>DianaZverelo</name>
	</author>
	<content type="html">Hello. 
&lt;br&gt;I am new in swing testing. I am trying to test menu in my program, but have some exceptions, that I don't know where they &amp;nbsp;come from. If I have menu &amp;quot;menu&amp;quot; and menuitem &amp;quot;about&amp;quot; in it. I am running scenario:
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;
&lt;br&gt;&amp;lt;document windowFinder=&amp;quot;ROOT_CONTAINER&amp;quot; &amp;nbsp; windowClass=&amp;quot;JFrame&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;scenario name=&amp;quot;OPEN_SEARCH&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;WindowStatus windowFinder=&amp;quot;NAME_IS_EQUAL&amp;quot; windowName=&amp;quot;frame0&amp;quot; status=&amp;quot;ICONIFIED&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Click componentFinder=&amp;quot;A_COUPLE_OF_CLASS_AND_LABEL_IS_EQUAL&amp;quot; &amp;nbsp;componentClass=&amp;quot;JMenu&amp;quot; label=&amp;quot;Menu&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Click componentFinder=&amp;quot;NAME_IS_EQUAL&amp;quot; name=&amp;quot;about&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;/scenario&amp;gt;
&lt;br&gt;&amp;lt;/document&amp;gt;
&lt;br&gt;&lt;br&gt;Two senario lines are ok, no exceptions. But on third(last) line I get and exception which says &amp;quot;component must be showing on the screen to determine its location
&lt;br&gt;java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location&amp;quot;
&lt;br&gt;&lt;br&gt;And I get the same exception when I run demo test. Maybe you know what is wrong with my program. (I am ubuntu user)&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Exception-while-testng-menu-tp14151344p14151344.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12290952</id>
	<title>encoding format</title>
	<published>2007-08-23T04:22:58Z</published>
	<updated>2007-08-23T04:22:58Z</updated>
	<author>
		<name>coolcoder</name>
	</author>
	<content type="html">What should be the encoding format of Web.xml file while saving it form notepad ?Please help.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;www.coderewind.com
&lt;br&gt;Best Place to hunt for Code &lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/encoding-format-tp12290952p12290952.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-11427429</id>
	<title>focus problem</title>
	<published>2007-07-04T03:03:54Z</published>
	<updated>2007-07-04T03:03:54Z</updated>
	<author>
		<name>Sandeep Prakash</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;Great tool!
&lt;br&gt;&lt;br&gt;I have one issue that can be reproduced as follows:
&lt;br&gt;&lt;br&gt;1. There are several application windows.
&lt;br&gt;2. Click on one of the applications that you are NOT testing. Say, you
&lt;br&gt;have two IE windows and one swing app (the one being tested) open.
&lt;br&gt;Click on the IE window.
&lt;br&gt;3. Now switch back to swingunit Editor and run the test. It fails to
&lt;br&gt;find the containers (reports error).
&lt;br&gt;4. The same test will work if you first click on the Swinh app's
&lt;br&gt;window and then run the test from swingunit editor.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;San
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;In times of profound change, the learners inherit the earth, while the
&lt;br&gt;learned find themselves beautifully equipped to deal with a world that
&lt;br&gt;no longer exists.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11427429&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11427429&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/focus-problem-tp11427429p11427429.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-11069945</id>
	<title>submenu items with the same name</title>
	<published>2007-06-11T16:22:15Z</published>
	<updated>2007-06-11T16:22:15Z</updated>
	<author>
		<name>Mike Smoot</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I've got a menu structure something like this:
&lt;br&gt;&lt;br&gt;Select
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Nodes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Get All...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; By Name...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Do something
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Edges
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Get All...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; By Name...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Do something else
&lt;br&gt;&lt;br&gt;&lt;br&gt;Is there a way to select File-&amp;gt;Node-&amp;gt;By Name... without causing a &amp;quot;More 
&lt;br&gt;than two component matches for class&amp;quot; exception? 
&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;Mike
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11069945&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=11069945&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/submenu-items-with-the-same-name-tp11069945p11069945.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9094568</id>
	<title>Re: conditional retrievers?</title>
	<published>2007-02-21T21:14:19Z</published>
	<updated>2007-02-21T21:14:19Z</updated>
	<author>
		<name>Mike Smoot</name>
	</author>
	<content type="html">&lt;br&gt;Hi, 
&lt;br&gt;&lt;br&gt;I finally managed to answer my question below about a retriever that only 
&lt;br&gt;&amp;quot;retrieves&amp;quot; once the state of a dialog is appropriate (e.g. the OK 
&lt;br&gt;button becomes enabled). &amp;nbsp;Here it is:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- Keep checking the dialog until it gets into 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;the expected state --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;retriever retryTime=&amp;quot;300000&amp;quot; intervalTime=&amp;quot;1000&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Verify property=&amp;quot;enabled&amp;quot; expected=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; componentClass=&amp;quot;JButton&amp;quot; label=&amp;quot; &amp;nbsp;Close &amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; windowFinder=&amp;quot;CLASS_IS_ACCESSIBLE&amp;quot; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; windowClass=&amp;quot;cytoscape.task.ui.JTask&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/retriever&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- no need to write another retriever for the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;dialog you've just been checking --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Click label=&amp;quot; &amp;nbsp;Close &amp;quot; componentClass=&amp;quot;JButton&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; windowFinder=&amp;quot;CLASS_IS_ACCESSIBLE&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; windowClass=&amp;quot;cytoscape.task.ui.JTask&amp;quot; /&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;cheers,
&lt;br&gt;Mike
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, 19 Dec 2006, Mike Smoot wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We've got an application that handles data of different size. &amp;nbsp;A common 
&lt;br&gt;&amp;gt; idiom in our application is to perform some sort of operation and then 
&lt;br&gt;&amp;gt; present a confirmation dialog. &amp;nbsp;While the operation is in progress, the 
&lt;br&gt;&amp;gt; confirmation dialog is visible showing a status bar, but the &amp;quot;Close&amp;quot; 
&lt;br&gt;&amp;gt; button is disabled. Depending on the size of the data, the operation may 
&lt;br&gt;&amp;gt; be fast or very slow. &amp;nbsp;What I'd like to figure out is how to write a 
&lt;br&gt;&amp;gt; general retriever for the confirmation dialog that waits until the &amp;quot;Close&amp;quot; 
&lt;br&gt;&amp;gt; button is enabled without relying on delays.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here is my best guess at how to do this, and it doesn't seem to be 
&lt;br&gt;&amp;gt; working:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;scenario name=&amp;quot;APPLY_SPRING_LAYOUT&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;Click componentClass=&amp;quot;JMenu&amp;quot; label=&amp;quot;Layout&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;Click componentClass=&amp;quot;JMenuItem&amp;quot; label=&amp;quot;Cytoscape Layouts&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;Click componentClass=&amp;quot;JMenuItem&amp;quot; label=&amp;quot;Spring Embedded&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;Click componentClass=&amp;quot;JMenuItem&amp;quot; label=&amp;quot;All Nodes&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;retriever retryTime=&amp;quot;10000&amp;quot; intervalTime=&amp;quot;1000&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;if verifier=&amp;quot;Verify&amp;quot; property=&amp;quot;enabled&amp;quot; expected=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; componentClass=&amp;quot;JButton&amp;quot; label=&amp;quot; &amp;nbsp; &amp;nbsp;Close &amp;nbsp; &amp;nbsp;&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; windowFinder=&amp;quot;CLASS_IS_ACCESSIBLE&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; windowClass=&amp;quot;cytoscape.task.ui.JTask&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Click label=&amp;quot; &amp;nbsp; &amp;nbsp;Close &amp;nbsp; &amp;nbsp;&amp;quot; componentClass=&amp;quot;JButton&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; windowFinder=&amp;quot;CLASS_IS_ACCESSIBLE&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; windowClass=&amp;quot;cytoscape.task.ui.JTask&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/if&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/retriever&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/scenario&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The &amp;quot;&amp;lt;if verifier...&amp;quot; doesn't seem to have any effect and things behave 
&lt;br&gt;&amp;gt; the same as:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;retriever retryTime=&amp;quot;10000&amp;quot; intervalTime=&amp;quot;1000&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Click label=&amp;quot; &amp;nbsp; &amp;nbsp;Close &amp;nbsp; &amp;nbsp;&amp;quot; componentClass=&amp;quot;JButton&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; windowFinder=&amp;quot;CLASS_IS_ACCESSIBLE&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; windowClass=&amp;quot;cytoscape.task.ui.JTask&amp;quot; /&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/retriever&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any thoughts on how to accomplish this would be greatly appreciated and 
&lt;br&gt;&amp;gt; thanks for the great application!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Mike
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9094568&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9094568&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9094568&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=9094568&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/conditional-retrievers--tp7982457p9094568.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-7982457</id>
	<title>conditional retrievers?</title>
	<published>2006-12-19T16:37:49Z</published>
	<updated>2006-12-19T16:37:49Z</updated>
	<author>
		<name>Mike Smoot</name>
	</author>
	<content type="html">&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;We've got an application that handles data of different size. &amp;nbsp;A common 
&lt;br&gt;idiom in our application is to perform some sort of operation and then 
&lt;br&gt;present a confirmation dialog. &amp;nbsp;While the operation is in progress, the 
&lt;br&gt;confirmation dialog is visible showing a status bar, but the &amp;quot;Close&amp;quot; 
&lt;br&gt;button is disabled. Depending on the size of the data, the operation may 
&lt;br&gt;be fast or very slow. &amp;nbsp;What I'd like to figure out is how to write a 
&lt;br&gt;general retriever for the confirmation dialog that waits until the &amp;quot;Close&amp;quot; 
&lt;br&gt;button is enabled without relying on delays.
&lt;br&gt;&lt;br&gt;Here is my best guess at how to do this, and it doesn't seem to be 
&lt;br&gt;working:
&lt;br&gt;&lt;br&gt;&amp;lt;scenario name=&amp;quot;APPLY_SPRING_LAYOUT&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;Click componentClass=&amp;quot;JMenu&amp;quot; label=&amp;quot;Layout&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;Click componentClass=&amp;quot;JMenuItem&amp;quot; label=&amp;quot;Cytoscape Layouts&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;Click componentClass=&amp;quot;JMenuItem&amp;quot; label=&amp;quot;Spring Embedded&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;Click componentClass=&amp;quot;JMenuItem&amp;quot; label=&amp;quot;All Nodes&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;retriever retryTime=&amp;quot;10000&amp;quot; intervalTime=&amp;quot;1000&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;if verifier=&amp;quot;Verify&amp;quot; property=&amp;quot;enabled&amp;quot; expected=&amp;quot;true&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; componentClass=&amp;quot;JButton&amp;quot; label=&amp;quot; &amp;nbsp; &amp;nbsp;Close &amp;nbsp; &amp;nbsp;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; windowFinder=&amp;quot;CLASS_IS_ACCESSIBLE&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; windowClass=&amp;quot;cytoscape.task.ui.JTask&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Click label=&amp;quot; &amp;nbsp; &amp;nbsp;Close &amp;nbsp; &amp;nbsp;&amp;quot; componentClass=&amp;quot;JButton&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; windowFinder=&amp;quot;CLASS_IS_ACCESSIBLE&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; windowClass=&amp;quot;cytoscape.task.ui.JTask&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/if&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/retriever&amp;gt;
&lt;br&gt;&amp;lt;/scenario&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;The &amp;quot;&amp;lt;if verifier...&amp;quot; doesn't seem to have any effect and things behave 
&lt;br&gt;the same as:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;retriever retryTime=&amp;quot;10000&amp;quot; intervalTime=&amp;quot;1000&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Click label=&amp;quot; &amp;nbsp; &amp;nbsp;Close &amp;nbsp; &amp;nbsp;&amp;quot; componentClass=&amp;quot;JButton&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; windowFinder=&amp;quot;CLASS_IS_ACCESSIBLE&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; windowClass=&amp;quot;cytoscape.task.ui.JTask&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/retriever&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Any thoughts on how to accomplish this would be greatly appreciated and 
&lt;br&gt;thanks for the great application!
&lt;br&gt;&lt;br&gt;&lt;br&gt;Mike
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=7982457&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=7982457&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/conditional-retrievers--tp7982457p7982457.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-7415099</id>
	<title>Re: How do I do Ctrl+F</title>
	<published>2006-11-17T20:44:01Z</published>
	<updated>2006-11-17T20:44:01Z</updated>
	<author>
		<name>Nobuhiko YASUNAKA</name>
	</author>
	<content type="html">Jianbo,
&lt;br&gt;&lt;br&gt;It's a bug of KeyTypeRobotEvent.
&lt;br&gt;I fixed it today.
&lt;br&gt;Get a new swingunit.jar(build136) and try it.
&lt;br&gt;&lt;br&gt;Yasunaka
&lt;br&gt;&lt;br&gt;Jianbo Stancil wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I need to test if “Ctrl+F” will open my searching panel.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In my test scenario, I have:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;KeyType keystroke=”ctrl pressed F”/&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; SwingUnit threw an exception:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; “Can’t find key code for CTRL (caused in 
&lt;br&gt;&amp;gt; java.lang.IllegalArgumentException)”
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; When I changed to &amp;lt;KeyType keystroke=”alt pressed F”/&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It works fine.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Please tell me how to use “ctrl”.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; jianbo
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; *Lancope**^® *
&lt;br&gt;&amp;gt; */Optimizing Security and Network Operations™/*
&lt;br&gt;&amp;gt; *www.lancope.com* &amp;lt;BLOCKED::&lt;a href=&quot;http://www.lancope.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lancope.com&lt;/a&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=7415099&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=7415099&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-do-I-do-Ctrl%2BF-tp7414298p7415099.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-7414298</id>
	<title>How do I do Ctrl+F</title>
	<published>2006-11-17T10:39:17Z</published>
	<updated>2006-11-17T10:39:17Z</updated>
	<author>
		<name>Jianbo Stancil</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;I need to test if &amp;#8220;Ctrl+F&amp;#8221; will open my
searching panel.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;In my test scenario, I have: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&amp;lt;KeyType keystroke=&amp;#8221;ctrl pressed F&amp;#8221;/&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;SwingUnit threw an exception:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&amp;#8220;Can&amp;#8217;t find key code for CTRL (caused in
java.lang.IllegalArgumentException)&amp;#8221;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;When I changed to &amp;lt;KeyType keystroke=&amp;#8221;alt pressed F&amp;#8221;/&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;It works fine.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Please tell me how to use &amp;#8220;ctrl&amp;#8221;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Thanks.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;jianbo&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;&lt;font size=4 color=navy face=Arial&gt;&lt;span style='font-size:13.5pt;
font-family:Arial;color:navy;font-weight:bold'&gt;Lancope&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;b&gt;&lt;sup&gt;&lt;font color=navy face=&quot;Arial (W1)&quot;&gt;&lt;span style='font-family:&quot;Arial \(W1\)&quot;;
color:navy;font-weight:bold'&gt;&amp;reg;&lt;/span&gt;&lt;/font&gt;&lt;/sup&gt;&lt;/b&gt; &lt;br&gt;
&lt;b&gt;&lt;i&gt;&lt;font size=2 color=&quot;#ff8040&quot; face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial;color:#FF8040;font-weight:bold;font-style:italic'&gt;Optimizing
Security and Network Operations&amp;#8482;&lt;/span&gt;&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;&lt;font color=&quot;#ff8040&quot;&gt;&lt;span style='color:#FF8040'&gt; &lt;br&gt;
&lt;/span&gt;&lt;/font&gt;&lt;a href=&quot;BLOCKED::http://www.lancope.com&quot; title=&quot;http://www.lancope.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;b&gt;&lt;font size=2 color=navy face=Arial title=&quot;http://www.lancope.com/&quot;&gt;&lt;span title=&quot;http://www.lancope.com/&quot;&gt;&lt;span style='font-size:10.0pt;font-family:Arial;color:navy;font-weight:bold'&gt;www.lancope.com&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/a&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-do-I-do-Ctrl%2BF-tp7414298p7414298.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3708928</id>
	<title>Re: Testing if component is NOT present</title>
	<published>2006-04-01T16:41:05Z</published>
	<updated>2006-04-01T16:41:05Z</updated>
	<author>
		<name>Nobuhiko YASUNAKA</name>
	</author>
	<content type="html">Pierre-Yann Bridé wrote:
&lt;br&gt;&amp;gt; Our application create automatically the components. In some case, some 
&lt;br&gt;&amp;gt; specific components must NOT be created.
&lt;br&gt;&amp;gt; How can we test that? If we search for the missing component, the whole 
&lt;br&gt;&amp;gt; test will fail. If we test by component number,
&lt;br&gt;&amp;gt; the test is not failsafe, ie. we want to test the condition that created 
&lt;br&gt;&amp;gt; the components. If the condition are totaly wrong, the test by number 
&lt;br&gt;&amp;gt; may not fail.
&lt;br&gt;&lt;br&gt;If the created component can be distinguished by it's
&lt;br&gt;name or label, you can use 'if' like this;
&lt;br&gt;&lt;br&gt;&amp;lt;if verifier=&amp;quot;Verify&amp;quot; property=&amp;quot;name&amp;quot; expected=&amp;quot;....&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; isEqual=&amp;quot;false&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; componentFinder=&amp;quot;COMPONENT_NUMBER&amp;quot; ... &amp;nbsp;/&amp;gt;
&lt;br&gt;&amp;lt;/if&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;But I see this is too complicated.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;----------------------------------------------------
&lt;br&gt;Nobuhiko YASUNAKA
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3708928&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3708928&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Testing-if-component-is-NOT-present-tp3672255p3708928.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3672255</id>
	<title>Testing if component is NOT present</title>
	<published>2006-03-30T07:24:06Z</published>
	<updated>2006-03-30T07:24:06Z</updated>
	<author>
		<name>Pierre-Yann Bridé</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Our application create automatically the components. In some case, some 
&lt;br&gt;specific components must NOT be created.
&lt;br&gt;How can we test that? If we search for the missing component, the whole 
&lt;br&gt;test will fail. If we test by component number,
&lt;br&gt;the test is not failsafe, ie. we want to test the condition that created 
&lt;br&gt;the components. If the condition are totaly wrong, the test by number 
&lt;br&gt;may not fail.
&lt;br&gt;&lt;br&gt;Any idea?
&lt;br&gt;&lt;br&gt;Pierre-Yann
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3672255&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3672255&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Testing-if-component-is-NOT-present-tp3672255p3672255.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3437102</id>
	<title>Re: Error with TypeText and KeyType with SLASH</title>
	<published>2006-03-16T06:36:48Z</published>
	<updated>2006-03-16T06:36:48Z</updated>
	<author>
		<name>Pierre-Yann Bridé</name>
	</author>
	<content type="html">I don't need this feature for the moment. But it will allow to type any 
&lt;br&gt;special character. Therefore it can be interesting.
&lt;br&gt;&lt;br&gt;Pierre-Yann
&lt;br&gt;&lt;br&gt;Nobuhiko YASUNAKA wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Pierre-Yann Bridé wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; You misunderstood &amp;nbsp;my question. I asked if it is possible to to 
&lt;br&gt;&amp;gt;&amp;gt; something like alt + 146
&lt;br&gt;&amp;gt;&amp;gt; I tried keyStroke=&amp;quot;alt pressed NUMPAD1 pressed NUMPAD4 pressed 
&lt;br&gt;&amp;gt;&amp;gt; NUMPAD6&amp;quot;, but it's not working
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I understand your meanings. But I didn't suppose such
&lt;br&gt;&amp;gt; a pattern when I designed the KeyBoardType class.
&lt;br&gt;&amp;gt; Currently, there are no way to type a sequence of some
&lt;br&gt;&amp;gt; keys while pressing other button.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To work out this issue, I must change the program code.
&lt;br&gt;&amp;gt; Let me think about this.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; ----------------------------------------------------
&lt;br&gt;&amp;gt; Nobuhiko YASUNAKA
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3437102&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3437102&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3437102&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3437102&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-with-TypeText-and-KeyType-with-SLASH-tp3302325p3437102.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3436876</id>
	<title>Re: Error with TypeText and KeyType with SLASH</title>
	<published>2006-03-16T06:29:57Z</published>
	<updated>2006-03-16T06:29:57Z</updated>
	<author>
		<name>Nobuhiko YASUNAKA</name>
	</author>
	<content type="html">Pierre-Yann Bridé wrote:
&lt;br&gt;&amp;gt; You misunderstood &amp;nbsp;my question. I asked if it is possible to to 
&lt;br&gt;&amp;gt; something like alt + 146
&lt;br&gt;&amp;gt; I tried keyStroke=&amp;quot;alt pressed NUMPAD1 pressed NUMPAD4 pressed NUMPAD6&amp;quot;, 
&lt;br&gt;&amp;gt; but it's not working
&lt;br&gt;&lt;br&gt;I understand your meanings. But I didn't suppose such
&lt;br&gt;a pattern when I designed the KeyBoardType class.
&lt;br&gt;Currently, there are no way to type a sequence of some
&lt;br&gt;keys while pressing other button.
&lt;br&gt;&lt;br&gt;To work out this issue, I must change the program code.
&lt;br&gt;Let me think about this.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;----------------------------------------------------
&lt;br&gt;Nobuhiko YASUNAKA
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3436876&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3436876&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-with-TypeText-and-KeyType-with-SLASH-tp3302325p3436876.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3432221</id>
	<title>Re: Error with TypeText and KeyType with SLASH</title>
	<published>2006-03-16T00:53:30Z</published>
	<updated>2006-03-16T00:53:30Z</updated>
	<author>
		<name>Pierre-Yann Bridé</name>
	</author>
	<content type="html">I resolved my problem with the xml file. Now I can type some accent 
&lt;br&gt;characters, it suffisant for my test
&lt;br&gt;&lt;br&gt;You misunderstood &amp;nbsp;my question. I asked if it is possible to to 
&lt;br&gt;something like alt + 146
&lt;br&gt;I tried keyStroke=&amp;quot;alt pressed NUMPAD1 pressed NUMPAD4 pressed NUMPAD6&amp;quot;, 
&lt;br&gt;but it's not working
&lt;br&gt;&lt;br&gt;Pierre-Yann
&lt;br&gt;&lt;br&gt;Nobuhiko YASUNAKA wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Pierre-Yann Bridé wrote:
&lt;br&gt;&amp;gt; &amp;gt; I played a bit with this keyboard stuff.
&lt;br&gt;&amp;gt; &amp;gt; I will do the test with french layout, because the accentued charater
&lt;br&gt;&amp;gt; &amp;gt; are mapped on key with keycode on french keyboard.
&lt;br&gt;&amp;gt; &amp;gt; Therefore I wanted to create a new KeyboardType xml file. I added a 
&lt;br&gt;&amp;gt; line
&lt;br&gt;&amp;gt; &amp;gt; in swingunit.xml, and put all modified/new files back in the jar.
&lt;br&gt;&amp;gt; &amp;gt; But swingunit cannot find my keyboard. What I am missing?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You mean that you extracted the swingunit.jar file
&lt;br&gt;&amp;gt; and put your KeyBoardType_FR???.xml file into
&lt;br&gt;&amp;gt; swingunit/extensions directory ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you do so, The rest thing to do is to set keyboard
&lt;br&gt;&amp;gt; type in TestSetting.properties.
&lt;br&gt;&amp;gt; (I'm sorry for mistake of the KeyBoardType class javadoc
&lt;br&gt;&amp;gt; comment. The keyword of keyboard type is just 'keyBoardType'.
&lt;br&gt;&amp;gt; The manual is correct.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The class to load KeyBoardType xml file is
&lt;br&gt;&amp;gt; &amp;quot;swingunit.extensions.KeyBoardType&amp;quot;.
&lt;br&gt;&amp;gt; KeyBoardType class searches the xml file on the same package,
&lt;br&gt;&amp;gt; so you need to put your files on the swingunit/extensions
&lt;br&gt;&amp;gt; directory.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Except extracting jar file, you can put your xml file
&lt;br&gt;&amp;gt; on swingunit/extensions directory which is relative
&lt;br&gt;&amp;gt; from your class path.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And be care that file name is case-sensitive.
&lt;br&gt;&amp;gt; The start charactor of KeyBoardType file is upper case, but
&lt;br&gt;&amp;gt; the parameter in TestSetting.properties is starting with
&lt;br&gt;&amp;gt; lower case.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Pierre-Yann Bridé wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Also, is it possible to have special charaters with Alt for KeyType 
&lt;br&gt;&amp;gt;&amp;gt; event?
&lt;br&gt;&amp;gt;&amp;gt; If yes, a lot of characters can be used 
&lt;br&gt;&amp;gt;&amp;gt; (&lt;a href=&quot;http://www.forlang.wsu.edu/help/keyboards.asp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.forlang.wsu.edu/help/keyboards.asp&lt;/a&gt;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes. For example, to type E with ALT key, put
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; keyStroke=&amp;quot;alt pressed E&amp;quot;
&lt;br&gt;&amp;gt; in xml file.
&lt;br&gt;&amp;gt; As a modifier, you can use these keys:
&lt;br&gt;&amp;gt; shift, control, meta, alt, altGraph, button1, button2, button3.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3432221&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3432221&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-with-TypeText-and-KeyType-with-SLASH-tp3302325p3432221.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3416949</id>
	<title>Re: Error with TypeText and KeyType with SLASH</title>
	<published>2006-03-15T06:52:48Z</published>
	<updated>2006-03-15T06:52:48Z</updated>
	<author>
		<name>Nobuhiko YASUNAKA</name>
	</author>
	<content type="html">Pierre-Yann Bridé wrote:
&lt;br&gt;&amp;nbsp;&amp;gt; I played a bit with this keyboard stuff.
&lt;br&gt;&amp;nbsp;&amp;gt; I will do the test with french layout, because the accentued charater
&lt;br&gt;&amp;nbsp;&amp;gt; are mapped on key with keycode on french keyboard.
&lt;br&gt;&amp;nbsp;&amp;gt; Therefore I wanted to create a new KeyboardType xml file. I added a line
&lt;br&gt;&amp;nbsp;&amp;gt; in swingunit.xml, and put all modified/new files back in the jar.
&lt;br&gt;&amp;nbsp;&amp;gt; But swingunit cannot find my keyboard. What I am missing?
&lt;br&gt;&lt;br&gt;You mean that you extracted the swingunit.jar file
&lt;br&gt;and put your KeyBoardType_FR???.xml file into
&lt;br&gt;swingunit/extensions directory ?
&lt;br&gt;&lt;br&gt;If you do so, The rest thing to do is to set keyboard
&lt;br&gt;type in TestSetting.properties.
&lt;br&gt;(I'm sorry for mistake of the KeyBoardType class javadoc
&lt;br&gt;comment. The keyword of keyboard type is just 'keyBoardType'.
&lt;br&gt;The manual is correct.)
&lt;br&gt;&lt;br&gt;The class to load KeyBoardType xml file is
&lt;br&gt;&amp;quot;swingunit.extensions.KeyBoardType&amp;quot;.
&lt;br&gt;KeyBoardType class searches the xml file on the same package,
&lt;br&gt;so you need to put your files on the swingunit/extensions
&lt;br&gt;directory.
&lt;br&gt;&lt;br&gt;Except extracting jar file, you can put your xml file
&lt;br&gt;on swingunit/extensions directory which is relative
&lt;br&gt;from your class path.
&lt;br&gt;&lt;br&gt;And be care that file name is case-sensitive.
&lt;br&gt;The start charactor of KeyBoardType file is upper case, but
&lt;br&gt;the parameter in TestSetting.properties is starting with
&lt;br&gt;lower case.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Pierre-Yann Bridé wrote:
&lt;br&gt;&amp;gt; Also, is it possible to have special charaters with Alt for KeyType event?
&lt;br&gt;&amp;gt; If yes, a lot of characters can be used 
&lt;br&gt;&amp;gt; (&lt;a href=&quot;http://www.forlang.wsu.edu/help/keyboards.asp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.forlang.wsu.edu/help/keyboards.asp&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Yes. For example, to type E with ALT key, put
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; keyStroke=&amp;quot;alt pressed E&amp;quot;
&lt;br&gt;in xml file.
&lt;br&gt;As a modifier, you can use these keys:
&lt;br&gt;shift, control, meta, alt, altGraph, button1, button2, button3.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;----------------------------------------------------
&lt;br&gt;Nobuhiko YASUNAKA
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3416949&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3416949&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-with-TypeText-and-KeyType-with-SLASH-tp3302325p3416949.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3399328</id>
	<title>Re: Error with TypeText and KeyType with SLASH</title>
	<published>2006-03-14T08:01:08Z</published>
	<updated>2006-03-14T08:01:08Z</updated>
	<author>
		<name>Pierre-Yann Bridé</name>
	</author>
	<content type="html">I played a bit with this keyboard stuff.
&lt;br&gt;I will do the test with french layout, because the accentued charater 
&lt;br&gt;are mapped on key with keycode on french keyboard.
&lt;br&gt;Therefore I wanted to create a new KeyboardType xml file. I added a line 
&lt;br&gt;in swingunit.xml, and put all modified/new files back in the jar.
&lt;br&gt;But swingunit cannot find my keyboard. What I am missing?
&lt;br&gt;&lt;br&gt;Also, is it possible to have special charaters with Alt for KeyType event?
&lt;br&gt;If yes, a lot of characters can be used 
&lt;br&gt;(&lt;a href=&quot;http://www.forlang.wsu.edu/help/keyboards.asp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.forlang.wsu.edu/help/keyboards.asp&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Pierre-Yann
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3399328&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3399328&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-with-TypeText-and-KeyType-with-SLASH-tp3302325p3399328.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3379875</id>
	<title>Re: Error with TypeText and KeyType with SLASH</title>
	<published>2006-03-13T07:41:57Z</published>
	<updated>2006-03-13T07:41:57Z</updated>
	<author>
		<name>Pierre-Yann Bridé</name>
	</author>
	<content type="html">Thanks, I tested it.
&lt;br&gt;Apparently, character with accent (like é è ö...) are also not supported.
&lt;br&gt;But for the moment, we don't really need them.
&lt;br&gt;If I have time, I will try to look howto handle them.
&lt;br&gt;Pierre-Yann
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3379875&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3379875&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-with-TypeText-and-KeyType-with-SLASH-tp3302325p3379875.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3364564</id>
	<title>Re: Error with TypeText and KeyType with SLASH</title>
	<published>2006-03-12T06:32:40Z</published>
	<updated>2006-03-12T06:32:40Z</updated>
	<author>
		<name>Nobuhiko YASUNAKA</name>
	</author>
	<content type="html">Pierre-Yann,
&lt;br&gt;&lt;br&gt;RobotEvent is emulating keyboard with mapping data.
&lt;br&gt;&lt;br&gt;The javadoc for KeyEvent class says that Java vertual key
&lt;br&gt;absorbs the difference of phisical keyboard, but it seems it is
&lt;br&gt;available only for the alphabet charactor, not for the non-alphabet
&lt;br&gt;charactor.
&lt;br&gt;To type the key code from a text, we needs keyboard mapping data.
&lt;br&gt;&lt;br&gt;The mapping data is located in src/swingunit/extensions/
&lt;br&gt;and it's file name is KeyBoardType_xxxx.xml, where xxxx is
&lt;br&gt;a keyboard type.
&lt;br&gt;&lt;br&gt;Currently there are only three mapping data, JP106, MAC_JP, and US101.
&lt;br&gt;(US101 is not fully tested.)
&lt;br&gt;The test setting value 'keyBoardType' in TestSetting.properties selects
&lt;br&gt;the keyboard type.
&lt;br&gt;&lt;br&gt;you are using a german window, and it's locale is fr.
&lt;br&gt;So you might need another new mapping data.
&lt;br&gt;If you have time, please consider to contribute your keyboard mapping
&lt;br&gt;data.
&lt;br&gt;&lt;br&gt;To make your keyboard mapping data, maybe following program can help you.
&lt;br&gt;&lt;br&gt;---------------------------
&lt;br&gt;package test;
&lt;br&gt;&lt;br&gt;import java.awt.*;
&lt;br&gt;import java.awt.event.*;
&lt;br&gt;import javax.swing.*;
&lt;br&gt;&lt;br&gt;/**
&lt;br&gt;&amp;nbsp; * @author yasunaka
&lt;br&gt;&amp;nbsp; */
&lt;br&gt;public class EventDump extends JFrame {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public EventDump() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; super(&amp;quot;EventTestFrame&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; JPanel panel = new JPanel();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; panel.add(new JLabel(&amp;quot;Input:&amp;quot;));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; JTextField field = new JTextField();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; field.setColumns(20);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; panel.add(field);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getContentPane().add(panel);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; setDefaultCloseOperation(EXIT_ON_CLOSE);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pack();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void setupEventQueue() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; EventQueue original = Toolkit.getDefaultToolkit().getSystemEventQueue();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; original.push(new HookingQueue());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; class HookingQueue extends EventQueue {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; protected void dispatchEvent(AWTEvent event) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(event instanceof KeyEvent) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.out.println(&amp;quot;event = &amp;quot; + event);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; super.dispatchEvent(event);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public static void main(String[] args) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; EventDump frame = new EventDump();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; frame.setupEventQueue();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; frame.setVisible(true);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;--------------------
&lt;br&gt;&lt;br&gt;Pierre-Yann Bridé wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I don't understand. The robot isn't emulating the keyboard?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The problem appears on a german windows, with a swiss german keyboard, 
&lt;br&gt;&amp;gt; on an applet with the local set to &amp;quot;fr&amp;quot; (french).
&lt;br&gt;&amp;gt; But I see the workaround on Internet, for a total other problem (nothing 
&lt;br&gt;&amp;gt; to do &amp;nbsp;with swingunit or robot) for VK_SLASH and Java.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Also, I remenber from my directx days that some VK are defined on 
&lt;br&gt;&amp;gt; windows but don't work (VK with synonyme like slash/divide, 
&lt;br&gt;&amp;gt; period/decimal...)
&lt;br&gt;&amp;gt; On msdn, VK_SLASH don't even exist : 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/WindowsUserInterface/UserInput/VirtualKeyCodes.asp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/WindowsUserInterface/UserInput/VirtualKeyCodes.asp&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I just find it for korean keyboard : 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceddk5/html/wce50conKoreanKeyboard.asp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceddk5/html/wce50conKoreanKeyboard.asp&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; also:
&lt;br&gt;&amp;gt; **VK_OEM_2** (BF)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Used for miscellaneous characters; it can vary by keyboard.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;*Windows 2000/XP*: For the US standard keyboard, the '/?' key
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hope it cans help,
&lt;br&gt;&amp;gt; Pierre-Yann
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here the settings:
&lt;br&gt;&amp;gt; delayRatio=1.0
&lt;br&gt;&amp;gt; delayAdjust=0
&lt;br&gt;&amp;gt; calmDelay=100
&lt;br&gt;&amp;gt; keyBoardType=US101
&lt;br&gt;&amp;gt; isScrollArrowPlaceTogether=true
&lt;br&gt;&amp;gt; clickInterval=200
&lt;br&gt;&amp;gt; singleClickTime=300
&lt;br&gt;&amp;gt; doubleClickTime=100
&lt;br&gt;&amp;gt; screenInsetTop=0
&lt;br&gt;&amp;gt; screenInsetBottom=0
&lt;br&gt;&amp;gt; screenInsetRight=0
&lt;br&gt;&amp;gt; screenInsetLeft=0
&lt;br&gt;&amp;gt; isCapturableWhenExceptionIsThrown=true
&lt;br&gt;&amp;gt; useKeywordSubstitution=true
&lt;br&gt;&amp;gt; hostsAllowed=localhost
&lt;br&gt;&amp;gt; agentWaitTime=1000
&lt;br&gt;&amp;gt; port=8999
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Nobuhiko YASUNAKA wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Pierre-Yann,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thank for your report.
&lt;br&gt;&amp;gt;&amp;gt; But I can't reproduce this issue on my computer.
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;Hello / world&amp;quot; works fine under my JP106 keyboard.
&lt;br&gt;&amp;gt;&amp;gt; I have only JP106 keyboard, so I can't confirm the case of US101,
&lt;br&gt;&amp;gt;&amp;gt; but I know that the SLASH key is at the same position, so I guess
&lt;br&gt;&amp;gt;&amp;gt; both of US101 keyboard and JP106 one have same key bindings.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It might be a problem of a locale, or something environment.
&lt;br&gt;&amp;gt;&amp;gt; Could you tell me your computer's locale (language) setting
&lt;br&gt;&amp;gt;&amp;gt; and TestSetting.properties (keyBoardType etc...)?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I added a test case as TypeTextRobotEventTest#testExecute4_1().
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; yasunaka
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Pierre-Yann Bridé wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I found the solution, just use VK_DIVIDE instead of VK_SLASH
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Please update the keyboad definition
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Pierre-Yann Bridé wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; |&amp;lt;*TypeText* text=&amp;quot;Hello / world&amp;quot;/&amp;gt; or || &amp;lt;*KeyType* 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; keyStroke=&amp;quot;SLASH&amp;quot;/&amp;gt; are not working.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; It creates one exception: Invalud key code, code=0x2f
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This appears with US101 or JP106 keyboard.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Any idea?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Pierre-Yann
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;----------------------------------------------------
&lt;br&gt;Nobuhiko YASUNAKA
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3364564&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3364564&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-with-TypeText-and-KeyType-with-SLASH-tp3302325p3364564.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3321809</id>
	<title>Re: Error with TypeText and KeyType with SLASH</title>
	<published>2006-03-09T07:20:10Z</published>
	<updated>2006-03-09T07:20:10Z</updated>
	<author>
		<name>Pierre-Yann Bridé</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I don't understand. The robot isn't emulating the keyboard?
&lt;br&gt;&lt;br&gt;The problem appears on a german windows, with a swiss german keyboard, 
&lt;br&gt;on an applet with the local set to &amp;quot;fr&amp;quot; (french).
&lt;br&gt;But I see the workaround on Internet, for a total other problem (nothing 
&lt;br&gt;to do &amp;nbsp;with swingunit or robot) for VK_SLASH and Java.
&lt;br&gt;&lt;br&gt;Also, I remenber from my directx days that some VK are defined on 
&lt;br&gt;windows but don't work (VK with synonyme like slash/divide, 
&lt;br&gt;period/decimal...)
&lt;br&gt;On msdn, VK_SLASH don't even exist : 
&lt;br&gt;&lt;a href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/WindowsUserInterface/UserInput/VirtualKeyCodes.asp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/WindowsUserInterface/UserInput/VirtualKeyCodes.asp&lt;/a&gt;&lt;br&gt;I just find it for korean keyboard : 
&lt;br&gt;&lt;a href=&quot;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceddk5/html/wce50conKoreanKeyboard.asp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceddk5/html/wce50conKoreanKeyboard.asp&lt;/a&gt;&lt;br&gt;also:
&lt;br&gt;**VK_OEM_2** (BF)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Used for miscellaneous characters; it can vary by keyboard.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; *Windows 2000/XP*: For the US standard keyboard, the '/?' key
&lt;br&gt;&lt;br&gt;Hope it cans help,
&lt;br&gt;Pierre-Yann
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Here the settings:
&lt;br&gt;delayRatio=1.0
&lt;br&gt;delayAdjust=0
&lt;br&gt;calmDelay=100
&lt;br&gt;keyBoardType=US101
&lt;br&gt;isScrollArrowPlaceTogether=true
&lt;br&gt;clickInterval=200
&lt;br&gt;singleClickTime=300
&lt;br&gt;doubleClickTime=100
&lt;br&gt;screenInsetTop=0
&lt;br&gt;screenInsetBottom=0
&lt;br&gt;screenInsetRight=0
&lt;br&gt;screenInsetLeft=0
&lt;br&gt;isCapturableWhenExceptionIsThrown=true
&lt;br&gt;useKeywordSubstitution=true
&lt;br&gt;hostsAllowed=localhost
&lt;br&gt;agentWaitTime=1000
&lt;br&gt;port=8999
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Nobuhiko YASUNAKA wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Pierre-Yann,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thank for your report.
&lt;br&gt;&amp;gt; But I can't reproduce this issue on my computer.
&lt;br&gt;&amp;gt; &amp;quot;Hello / world&amp;quot; works fine under my JP106 keyboard.
&lt;br&gt;&amp;gt; I have only JP106 keyboard, so I can't confirm the case of US101,
&lt;br&gt;&amp;gt; but I know that the SLASH key is at the same position, so I guess
&lt;br&gt;&amp;gt; both of US101 keyboard and JP106 one have same key bindings.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It might be a problem of a locale, or something environment.
&lt;br&gt;&amp;gt; Could you tell me your computer's locale (language) setting
&lt;br&gt;&amp;gt; and TestSetting.properties (keyBoardType etc...)?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I added a test case as TypeTextRobotEventTest#testExecute4_1().
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; yasunaka
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Pierre-Yann Bridé wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I found the solution, just use VK_DIVIDE instead of VK_SLASH
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Please update the keyboad definition
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Pierre-Yann Bridé wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; |&amp;lt;*TypeText* text=&amp;quot;Hello / world&amp;quot;/&amp;gt; or || &amp;lt;*KeyType* 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; keyStroke=&amp;quot;SLASH&amp;quot;/&amp;gt; are not working.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It creates one exception: Invalud key code, code=0x2f
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; This appears with US101 or JP106 keyboard.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Any idea?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Pierre-Yann
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3321809&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3321809&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3321809&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3321809&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-with-TypeText-and-KeyType-with-SLASH-tp3302325p3321809.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3320887</id>
	<title>Re: Error with TypeText and KeyType with SLASH</title>
	<published>2006-03-09T06:35:48Z</published>
	<updated>2006-03-09T06:35:48Z</updated>
	<author>
		<name>Nobuhiko YASUNAKA</name>
	</author>
	<content type="html">Pierre-Yann,
&lt;br&gt;&lt;br&gt;Thank for your report.
&lt;br&gt;But I can't reproduce this issue on my computer.
&lt;br&gt;&amp;quot;Hello / world&amp;quot; works fine under my JP106 keyboard.
&lt;br&gt;I have only JP106 keyboard, so I can't confirm the case of US101,
&lt;br&gt;but I know that the SLASH key is at the same position, so I guess
&lt;br&gt;both of US101 keyboard and JP106 one have same key bindings.
&lt;br&gt;&lt;br&gt;It might be a problem of a locale, or something environment.
&lt;br&gt;Could you tell me your computer's locale (language) setting
&lt;br&gt;and TestSetting.properties (keyBoardType etc...)?
&lt;br&gt;&lt;br&gt;I added a test case as TypeTextRobotEventTest#testExecute4_1().
&lt;br&gt;&lt;br&gt;yasunaka
&lt;br&gt;&lt;br&gt;Pierre-Yann Bridé wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I found the solution, just use VK_DIVIDE instead of VK_SLASH
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Please update the keyboad definition
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Pierre-Yann Bridé wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; |&amp;lt;*TypeText* text=&amp;quot;Hello / world&amp;quot;/&amp;gt; or || &amp;lt;*KeyType* 
&lt;br&gt;&amp;gt;&amp;gt; keyStroke=&amp;quot;SLASH&amp;quot;/&amp;gt; are not working.
&lt;br&gt;&amp;gt;&amp;gt; It creates one exception: Invalud key code, code=0x2f
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This appears with US101 or JP106 keyboard.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Any idea?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; Pierre-Yann
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3320887&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3320887&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-with-TypeText-and-KeyType-with-SLASH-tp3302325p3320887.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3302610</id>
	<title>Re: Error with TypeText and KeyType with SLASH</title>
	<published>2006-03-08T07:31:36Z</published>
	<updated>2006-03-08T07:31:36Z</updated>
	<author>
		<name>Pierre-Yann Bridé</name>
	</author>
	<content type="html">I found the solution, just use VK_DIVIDE instead of VK_SLASH
&lt;br&gt;&lt;br&gt;Please update the keyboad definition
&lt;br&gt;&lt;br&gt;&lt;br&gt;Pierre-Yann Bridé wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; |&amp;lt;*TypeText* text=&amp;quot;Hello / world&amp;quot;/&amp;gt; or || &amp;lt;*KeyType* 
&lt;br&gt;&amp;gt; keyStroke=&amp;quot;SLASH&amp;quot;/&amp;gt; are not working.
&lt;br&gt;&amp;gt; It creates one exception: Invalud key code, code=0x2f
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This appears with US101 or JP106 keyboard.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any idea?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Pierre-Yann
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; |
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3302610&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3302610&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3302610&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3302610&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-with-TypeText-and-KeyType-with-SLASH-tp3302325p3302610.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3302325</id>
	<title>Error with TypeText and KeyType with SLASH</title>
	<published>2006-03-08T07:11:41Z</published>
	<updated>2006-03-08T07:11:41Z</updated>
	<author>
		<name>Pierre-Yann Bridé</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;|&amp;lt;*TypeText* text=&amp;quot;Hello / world&amp;quot;/&amp;gt; or || &amp;lt;*KeyType* keyStroke=&amp;quot;SLASH&amp;quot;/&amp;gt; 
&lt;br&gt;are not working.
&lt;br&gt;It creates one exception: Invalud key code, code=0x2f
&lt;br&gt;&lt;br&gt;This appears with US101 or JP106 keyboard.
&lt;br&gt;&lt;br&gt;Any idea?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Pierre-Yann
&lt;br&gt;&lt;br&gt;|
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3302325&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3302325&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Error-with-TypeText-and-KeyType-with-SLASH-tp3302325p3302325.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3233577</id>
	<title>Re: Finding items without names</title>
	<published>2006-03-03T18:13:08Z</published>
	<updated>2006-03-03T18:13:08Z</updated>
	<author>
		<name>Nobuhiko YASUNAKA</name>
	</author>
	<content type="html">todd runstein wrote:
&lt;br&gt;&amp;gt; Is there a way to write a scenario that locates the
&lt;br&gt;&amp;gt; JComboBoxes or JTextFields and selects one based on an
&lt;br&gt;&amp;gt; index (like, give me the &amp;quot;0&amp;quot; JComboBox)? &amp;nbsp;It seems
&lt;br&gt;&amp;gt; like if I'm testing an application that doesn't have
&lt;br&gt;&amp;gt; names, I'm pretty limited on how the Finders work. &amp;nbsp;
&lt;br&gt;&lt;br&gt;See COMPONENT_NUMBER.
&lt;br&gt;I think it will match to your case.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;----------------------------------------------------
&lt;br&gt;Nobuhiko YASUNAKA
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3233577&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3233577&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Finding-items-without-names-tp3233474p3233577.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3233453</id>
	<title>Re: class of windowFinder windowClass</title>
	<published>2006-03-03T17:58:19Z</published>
	<updated>2006-03-03T17:58:19Z</updated>
	<author>
		<name>Nobuhiko YASUNAKA</name>
	</author>
	<content type="html">Pierre-Yann Bridé wrote:
&lt;br&gt;&amp;gt; The component viewer is great, it helped me a lot. I even managed to use 
&lt;br&gt;&amp;gt; it with my applet. But what is the &amp;quot;L&amp;quot; button?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; PBY
&lt;br&gt;&lt;br&gt;Currently, no action is assigned to that button.
&lt;br&gt;It will be 'enlarge' button later.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;----------------------------------------------------
&lt;br&gt;Nobuhiko YASUNAKA
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3233453&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3233453&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/class-of-windowFinder-windowClass-tp3216813p3233453.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3233474</id>
	<title>Finding items without names</title>
	<published>2006-03-03T08:40:09Z</published>
	<updated>2006-03-03T08:40:09Z</updated>
	<author>
		<name>todd runstein</name>
	</author>
	<content type="html">I have an existing application that I'd like to add
&lt;br&gt;unit test on before I start changing the code (just to
&lt;br&gt;make sure I don't break anything). &amp;nbsp;It contains an
&lt;br&gt;array of &amp;quot;widgets&amp;quot;, each of which contains a
&lt;br&gt;JComboBox, a JTextField and a JCheckbox. &amp;nbsp;None of
&lt;br&gt;these have names. &amp;nbsp;In fact, none of the components in
&lt;br&gt;this application are named.
&lt;br&gt;&lt;br&gt;Is there a way to write a scenario that locates the
&lt;br&gt;JComboBoxes or JTextFields and selects one based on an
&lt;br&gt;index (like, give me the &amp;quot;0&amp;quot; JComboBox)? &amp;nbsp;It seems
&lt;br&gt;like if I'm testing an application that doesn't have
&lt;br&gt;names, I'm pretty limited on how the Finders work. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Am I missing something? &amp;nbsp;What options do I have?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Todd 
&lt;br&gt;&lt;br&gt;The only &amp;quot;dumb question&amp;quot; is the one you were too afraid to ask.
&lt;br&gt;________________________________________
&lt;br&gt;Check out RouteRuler - Free software for runners, cyclists, walkers, etc.
&lt;br&gt;&lt;a href=&quot;http://routeruler.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://routeruler.sourceforge.net&lt;/a&gt;&lt;br&gt;________________________________________
&lt;br&gt;Get a handle on your data with &amp;quot;pocOLAP&amp;quot;, the &amp;quot;little&amp;quot; OLAP project
&lt;br&gt;&lt;a href=&quot;http://pocolap.sourceforge.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pocolap.sourceforge.net&lt;/a&gt;&lt;br&gt;________________________________________
&lt;br&gt;&lt;br&gt;__________________________________________________
&lt;br&gt;Do You Yahoo!?
&lt;br&gt;Tired of spam? &amp;nbsp;Yahoo! Mail has the best spam protection around 
&lt;br&gt;&lt;a href=&quot;http://mail.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.yahoo.com&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3233474&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3233474&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Finding-items-without-names-tp3233474p3233474.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3223662</id>
	<title>Re: class of windowFinder windowClass</title>
	<published>2006-03-03T07:56:41Z</published>
	<updated>2006-03-03T07:56:41Z</updated>
	<author>
		<name>Pierre-Yann Bridé</name>
	</author>
	<content type="html">Ok, thanks.
&lt;br&gt;&lt;br&gt;So I need to change a little my application, so each component have 
&lt;br&gt;unique name (the GUI is automatically generated from reusable components)
&lt;br&gt;&lt;br&gt;The component viewer is great, it helped me a lot. I even managed to use 
&lt;br&gt;it with my applet. But what is the &amp;quot;L&amp;quot; button?
&lt;br&gt;&lt;br&gt;PBY
&lt;br&gt;&lt;br&gt;Nobuhiko YASUNAKA wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Pierre-Yann Bridé wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Can I put any container class in windowClass (like a JPanel)?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You can put only root container classes as a windowClass.
&lt;br&gt;&amp;gt; A root container is one of following classes:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - java.awt.Window
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; (Frame, JFrame, Dialog, JDialog, JWindow etc...)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - javax.swing.JInternalFrame
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; (or javax.swing.JInternalFrame.JDesktopIcon)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - java.awt.Applet
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - javax.swing.JPopupMenu
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; ----------------------------------------------------
&lt;br&gt;&amp;gt; Nobuhiko YASUNAKA
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3223662&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3223662&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3223662&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3223662&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/class-of-windowFinder-windowClass-tp3216813p3223662.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3223364</id>
	<title>Re: class of windowFinder windowClass</title>
	<published>2006-03-03T07:47:56Z</published>
	<updated>2006-03-03T07:47:56Z</updated>
	<author>
		<name>Nobuhiko YASUNAKA</name>
	</author>
	<content type="html">Pierre-Yann Bridé wrote:
&lt;br&gt;&amp;gt; Can I put any container class in windowClass (like a JPanel)?
&lt;br&gt;&lt;br&gt;You can put only root container classes as a windowClass.
&lt;br&gt;A root container is one of following classes:
&lt;br&gt;&lt;br&gt;- java.awt.Window
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(Frame, JFrame, Dialog, JDialog, JWindow etc...)
&lt;br&gt;&lt;br&gt;- javax.swing.JInternalFrame
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;(or javax.swing.JInternalFrame.JDesktopIcon)
&lt;br&gt;&lt;br&gt;- java.awt.Applet
&lt;br&gt;&lt;br&gt;- javax.swing.JPopupMenu
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;----------------------------------------------------
&lt;br&gt;Nobuhiko YASUNAKA
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3223364&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3223364&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/class-of-windowFinder-windowClass-tp3216813p3223364.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3216813</id>
	<title>class of windowFinder windowClass</title>
	<published>2006-03-02T23:17:18Z</published>
	<updated>2006-03-02T23:17:18Z</updated>
	<author>
		<name>Pierre-Yann Bridé</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Can I put any container class in windowClass (like a JPanel)?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;PBY
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3216813&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3216813&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/class-of-windowFinder-windowClass-tp3216813p3216813.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-2642184</id>
	<title>JComboBox item diasable projlem??</title>
	<published>2006-01-28T20:57:55Z</published>
	<updated>2006-01-28T20:57:55Z</updated>
	<author>
		<name>Yatin</name>
	</author>
	<content type="html">&amp;nbsp;hello to all folks out there,
&lt;br&gt;&lt;br&gt;i v much new to this nabble site.
&lt;br&gt;i want to write a simple swing jcombobox prog.
&lt;br&gt;in that&lt;b&gt;&amp;nbsp;some&lt;/b&gt;&amp;nbsp;of the&lt;b&gt;&amp;nbsp;items are disable&lt;/b&gt;, and if mouse is click on that the combo shouldn't roll up combobox it remain same and also if &lt;b&gt;key traversal &lt;/b&gt;is made those selected item doesn't get selected, the selection should jumped to next highlighted item as it encounter the disable item.
&lt;br&gt;&lt;br&gt;i don't want the entire prog here but can anybody tell me wt should be the logic need to be implemented for above same.
&lt;br&gt;&lt;br&gt;i have tried the keyborad traversal but it is one way from top to bottom.
&lt;br&gt;&lt;br&gt;i'm using action listener with combo. it don't work with keylistener (i'm not getting the jumped effect with it) but i need to keep track of vk_up and vk_down key in action listener and these keys are availabe with keylistener.
&lt;br&gt;also used hasmap to make some item disable in combo.
&lt;br&gt;can we change the color of comboitem those are disable.
&lt;br&gt;&lt;br&gt;can forward any userful link,
&lt;br&gt;thanx in advance,&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-users-f13571.html&quot; embed=&quot;fixTarget[13571]&quot; target=&quot;_top&quot; &gt;java.net - swingunit users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/JComboBox-item-diasable-projlem---tp2642184p2642184.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-1681498</id>
	<title>Re: use Regular Expression instead of .equals() ?</title>
	<published>2005-11-28T07:26:22Z</published>
	<updated>2005-11-28T07:26:22Z</updated>
	<author>
		<name>Nobuhiko YASUNAKA</name>
	</author>
	<content type="html">Marius,
&lt;br&gt;&lt;br&gt;I see your source files. I will add RE function refering your idea.
&lt;br&gt;Thank you.
&lt;br&gt;I think it is the strength of open source that everyone who want to
&lt;br&gt;change it can modify the source code to fit there needs.
&lt;br&gt;So, your action is rational.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Marius Barbulescu wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Yasunaka,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I changed VerifyTextRobotEvent.java and LabelFinderMethod.java for my needs.
&lt;br&gt;&amp;gt; I attached to this email the 2 modified files because I wasn't able to
&lt;br&gt;&amp;gt; create a patch.
&lt;br&gt;&amp;gt; It may be a better solution than this but this solution works for me.
&lt;br&gt;&amp;gt; I don't know the performance impact but as functionality it includes
&lt;br&gt;&amp;gt; the original one (equals()).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Because I have a modified version of swingunit I have no time pressure.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Marius
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 2005/11/27, Nobuhiko YASUNAKA &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=1681498&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nobuhiko_yasunaka@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;Marius,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Do you mean that you need RE for VerifyText ?
&lt;br&gt;&amp;gt;&amp;gt;I agree that VerifyText should have RE, so if you
&lt;br&gt;&amp;gt;&amp;gt;can wait for one or two weeks, I will add RE function
&lt;br&gt;&amp;gt;&amp;gt;for VerifyText.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;yasunaka
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Marius Barbulescu wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;I started using swingunit for one of my projects and I found I need
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;check labels and texts which cannot be validated without RE.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;It is my first time I get involved in an open source project so I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;don't know how to proceed.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;Thanks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;Marius
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=1681498&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=1681498&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=1681498&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=1681498&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;--
&lt;br&gt;----------------------------------------------------
&lt;br&gt;安中 伸彦
&lt;br&gt;Nobuhiko YASUNAKA &amp;nbsp; &amp;nbsp;E-Mail &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=1681498&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nobuhiko_yasunaka@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=1681498&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=1681498&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-dev-f13570.html&quot; embed=&quot;fixTarget[13570]&quot; target=&quot;_top&quot; &gt;java.net - swingunit dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/use-Regular-Expression-instead-of-.equals%28%29---tp1656497p1681498.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-1676175</id>
	<title>Re: use Regular Expression instead of .equals() ?</title>
	<published>2005-11-27T23:27:32Z</published>
	<updated>2005-11-27T23:27:32Z</updated>
	<author>
		<name>Marius Barbulescu</name>
	</author>
	<content type="html">Hi Yasunaka,
&lt;br&gt;&lt;br&gt;I changed VerifyTextRobotEvent.java and LabelFinderMethod.java for my needs.
&lt;br&gt;I attached to this email the 2 modified files because I wasn't able to
&lt;br&gt;create a patch.
&lt;br&gt;It may be a better solution than this but this solution works for me.
&lt;br&gt;I don't know the performance impact but as functionality it includes
&lt;br&gt;the original one (equals()).
&lt;br&gt;&lt;br&gt;Because I have a modified version of swingunit I have no time pressure.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Marius
&lt;br&gt;&lt;br&gt;2005/11/27, Nobuhiko YASUNAKA &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=1676175&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nobuhiko_yasunaka@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Marius,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Do you mean that you need RE for VerifyText ?
&lt;br&gt;&amp;gt; I agree that VerifyText should have RE, so if you
&lt;br&gt;&amp;gt; can wait for one or two weeks, I will add RE function
&lt;br&gt;&amp;gt; for VerifyText.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; yasunaka
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Marius Barbulescu wrote:
&lt;br&gt;&amp;gt; &amp;gt; I started using swingunit for one of my projects and I found I need
&lt;br&gt;&amp;gt; &amp;gt; check labels and texts which cannot be validated without RE.
&lt;br&gt;&amp;gt; &amp;gt; It is my first time I get involved in an open source project so I
&lt;br&gt;&amp;gt; &amp;gt; don't know how to proceed.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks,
&lt;br&gt;&amp;gt; &amp;gt; Marius
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=1676175&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=1676175&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=1676175&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=1676175&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;VerifyTextRobotEvent.java&lt;/strong&gt; (9K) &lt;a href=&quot;http://www.nabble.com/attachment/1676175/0/VerifyTextRobotEvent.java&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;LabelFinderMethod.java&lt;/strong&gt; (11K) &lt;a href=&quot;http://www.nabble.com/attachment/1676175/1/LabelFinderMethod.java&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-dev-f13570.html&quot; embed=&quot;fixTarget[13570]&quot; target=&quot;_top&quot; &gt;java.net - swingunit dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/use-Regular-Expression-instead-of-.equals%28%29---tp1656497p1676175.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-1669246</id>
	<title>Re: use Regular Expression instead of .equals() ?</title>
	<published>2005-11-27T06:59:52Z</published>
	<updated>2005-11-27T06:59:52Z</updated>
	<author>
		<name>Nobuhiko YASUNAKA</name>
	</author>
	<content type="html">Marius,
&lt;br&gt;&lt;br&gt;Do you mean that you need RE for VerifyText ?
&lt;br&gt;I agree that VerifyText should have RE, so if you
&lt;br&gt;can wait for one or two weeks, I will add RE function
&lt;br&gt;for VerifyText.
&lt;br&gt;&lt;br&gt;yasunaka
&lt;br&gt;&lt;br&gt;&lt;br&gt;Marius Barbulescu wrote:
&lt;br&gt;&amp;gt; I started using swingunit for one of my projects and I found I need
&lt;br&gt;&amp;gt; check labels and texts which cannot be validated without RE.
&lt;br&gt;&amp;gt; It is my first time I get involved in an open source project so I
&lt;br&gt;&amp;gt; don't know how to proceed.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Marius
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=1669246&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=1669246&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---swingunit-dev-f13570.html&quot; embed=&quot;fixTarget[13570]&quot; target=&quot;_top&quot; &gt;java.net - swingunit dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/use-Regular-Expression-instead-of-.equals%28%29---tp1656497p1669246.html" />
</entry>

</feed>
