<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How can I control the mouse cursor in Java?</title>
	<atom:link href="http://www.pestcontrolsolve.com/1906/how-can-i-control-the-mouse-cursor-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pestcontrolsolve.com/1906/how-can-i-control-the-mouse-cursor-in-java/</link>
	<description>Pest Control Solution Guide To Get Rid Of Pests</description>
	<lastBuildDate>Tue, 09 Mar 2010 21:57:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: vincentgl</title>
		<link>http://www.pestcontrolsolve.com/1906/how-can-i-control-the-mouse-cursor-in-java/comment-page-1/#comment-6082</link>
		<dc:creator>vincentgl</dc:creator>
		<pubDate>Fri, 10 Jul 2009 13:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.pestcontrolsolve.com/1906/how-can-i-control-the-mouse-cursor-in-java/#comment-6082</guid>
		<description>Use the java.awt.Robot class.  It has the moveMouse() method.  Handy for automated testing, self-running demonstrations, etc.</description>
		<content:encoded><![CDATA[<p>Use the java.awt.Robot class.  It has the moveMouse() method.  Handy for automated testing, self-running demonstrations, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PM</title>
		<link>http://www.pestcontrolsolve.com/1906/how-can-i-control-the-mouse-cursor-in-java/comment-page-1/#comment-6083</link>
		<dc:creator>PM</dc:creator>
		<pubDate>Fri, 10 Jul 2009 13:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.pestcontrolsolve.com/1906/how-can-i-control-the-mouse-cursor-in-java/#comment-6083</guid>
		<description>If you are talking about moving the cursor yourself, there&#039;s no simple way to do that.

However, if you just want to change the shape of the cursor, you can use the setCursor method of the Component class.  See the link below.</description>
		<content:encoded><![CDATA[<p>If you are talking about moving the cursor yourself, there&#8217;s no simple way to do that.</p>
<p>However, if you just want to change the shape of the cursor, you can use the setCursor method of the Component class.  See the link below.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hollie H</title>
		<link>http://www.pestcontrolsolve.com/1906/how-can-i-control-the-mouse-cursor-in-java/comment-page-1/#comment-6084</link>
		<dc:creator>Hollie H</dc:creator>
		<pubDate>Fri, 10 Jul 2009 13:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.pestcontrolsolve.com/1906/how-can-i-control-the-mouse-cursor-in-java/#comment-6084</guid>
		<description>style=&quot;cursor:help&quot;</description>
		<content:encoded><![CDATA[<p>style=&quot;cursor:help&quot;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
