<?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: Implementing a Scroll View in JavaFX</title>
	<atom:link href="http://blog.alutam.com/2009/08/30/implementing-a-scroll-view-in-javafx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alutam.com/2009/08/30/implementing-a-scroll-view-in-javafx/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
	<description>Sharing useful tips from my &#34;weekend projects&#34;</description>
	<lastBuildDate>Thu, 29 Jul 2010 15:00:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Samuel Justo Waskow</title>
		<link>http://blog.alutam.com/2009/08/30/implementing-a-scroll-view-in-javafx/comment-page-1/#comment-170</link>
		<dc:creator>Samuel Justo Waskow</dc:creator>
		<pubDate>Thu, 29 Jul 2010 15:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alutam.com/?p=53#comment-170</guid>
		<description>Amazing, I&#039;m exchanging my Sun&#039;s blog interest by this one.</description>
		<content:encoded><![CDATA[<p>Amazing, I&#8217;m exchanging my Sun&#8217;s blog interest by this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: public</title>
		<link>http://blog.alutam.com/2009/08/30/implementing-a-scroll-view-in-javafx/comment-page-1/#comment-149</link>
		<dc:creator>public</dc:creator>
		<pubDate>Fri, 16 Apr 2010 13:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alutam.com/?p=53#comment-149</guid>
		<description>Thanks a lot!
Its great</description>
		<content:encoded><![CDATA[<p>Thanks a lot!<br />
Its great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr.naasso</title>
		<link>http://blog.alutam.com/2009/08/30/implementing-a-scroll-view-in-javafx/comment-page-1/#comment-147</link>
		<dc:creator>mr.naasso</dc:creator>
		<pubDate>Wed, 14 Apr 2010 01:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alutam.com/?p=53#comment-147</guid>
		<description>i was wondering reusing the Swing ScrollPanes was no option?
AFAIK should be possible to use Swing Components via SwingComponent.wrap(new JComponent) or so.

But ofc kudos to your work. good to see some usefull programming on javaFX instead of some flashy nothing :-)</description>
		<content:encoded><![CDATA[<p>i was wondering reusing the Swing ScrollPanes was no option?<br />
AFAIK should be possible to use Swing Components via SwingComponent.wrap(new JComponent) or so.</p>
<p>But ofc kudos to your work. good to see some usefull programming on javaFX instead of some flashy nothing <img src='http://blog.alutam.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Андрей Наумов</title>
		<link>http://blog.alutam.com/2009/08/30/implementing-a-scroll-view-in-javafx/comment-page-1/#comment-143</link>
		<dc:creator>Андрей Наумов</dc:creator>
		<pubDate>Thu, 18 Mar 2010 14:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alutam.com/?p=53#comment-143</guid>
		<description>add please coordinates X,Y

public class ScrollView extends CustomNode {
    ...
    public var x:Float; //&lt;--- add
    public var y:Float; //&lt;--- add
    ...

override function create() {
        Group {translateX: bind x translateY:bind y //&lt;--- add
   ...


__________
Thanks!</description>
		<content:encoded><![CDATA[<p>add please coordinates X,Y</p>
<p>public class ScrollView extends CustomNode {<br />
    &#8230;<br />
    public var x:Float; //&lt;&#8212; add<br />
    public var y:Float; //&lt;&#8212; add<br />
    &#8230;</p>
<p>override function create() {<br />
        Group {translateX: bind x translateY:bind y //&lt;&#8212; add<br />
   &#8230;</p>
<p>__________<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Weaver</title>
		<link>http://blog.alutam.com/2009/08/30/implementing-a-scroll-view-in-javafx/comment-page-1/#comment-26</link>
		<dc:creator>Jim Weaver</dc:creator>
		<pubDate>Sun, 30 Aug 2009 18:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alutam.com/?p=53#comment-26</guid>
		<description>Nice work, Martin.  You might want to look at the javafx.scene.layout.ClipView class as well.

Thanks,
Jim Weaver</description>
		<content:encoded><![CDATA[<p>Nice work, Martin.  You might want to look at the javafx.scene.layout.ClipView class as well.</p>
<p>Thanks,<br />
Jim Weaver</p>
]]></content:encoded>
	</item>
</channel>
</rss>
