<?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: JavaFX Clock update, now with transparency</title>
	<atom:link href="http://sellmic.com/blog/2007/05/22/javafx-clock-update-now-with-transparency/feed/" rel="self" type="application/rss+xml" />
	<link>http://sellmic.com/blog/2007/05/22/javafx-clock-update-now-with-transparency/</link>
	<description>Augusto's corner of art, code and fun</description>
	<lastBuildDate>Thu, 02 Feb 2012 11:32:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Fastmidia</title>
		<link>http://sellmic.com/blog/2007/05/22/javafx-clock-update-now-with-transparency/comment-page-1/#comment-17009</link>
		<dc:creator>Fastmidia</dc:creator>
		<pubDate>Mon, 29 Aug 2011 16:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://sellmic.com/blog/2007/05/22/javafx-clock-update-now-with-transparency/#comment-17009</guid>
		<description>I really enjoyed your site and post. Congratulations </description>
		<content:encoded><![CDATA[<p>I really enjoyed your site and post. Congratulations</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Augusto</title>
		<link>http://sellmic.com/blog/2007/05/22/javafx-clock-update-now-with-transparency/comment-page-1/#comment-13900</link>
		<dc:creator>Augusto</dc:creator>
		<pubDate>Tue, 02 Jun 2009 01:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://sellmic.com/blog/2007/05/22/javafx-clock-update-now-with-transparency/#comment-13900</guid>
		<description>Hum ... this JFX project is pretty old I should upgrade it ... however, I never tested it on Win2K. It uses a JNA wrapper, now that JDK 1.6 has official support for transparent windows I should probably update it to use that. Or you can try the JDK 1.6 support. </description>
		<content:encoded><![CDATA[<p>Hum &#8230; this JFX project is pretty old I should upgrade it &#8230; however, I never tested it on Win2K. It uses a JNA wrapper, now that JDK 1.6 has official support for transparent windows I should probably update it to use that. Or you can try the JDK 1.6 support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard</title>
		<link>http://sellmic.com/blog/2007/05/22/javafx-clock-update-now-with-transparency/comment-page-1/#comment-13888</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Sat, 30 May 2009 21:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://sellmic.com/blog/2007/05/22/javafx-clock-update-now-with-transparency/#comment-13888</guid>
		<description>In Windows 2000, the opaque version works. But the transparent version does not: 
 
Java Web Start 1.6.0_06 
Using JRE version 1.6.0_06 Java HotSpot(TM) Client VM 
User home directory = D:Documents and SettingsAdministrator 
---------------------------------------------------- 
c:   clear console window 
f:   finalize objects on finalization queue 
g:   garbage collect 
h:   display this help message 
m:   print memory usage 
o:   trigger logging 
p:   reload proxy configuration 
q:   hide console 
r:   reload policy configuration 
s:   dump system and deployment properties 
t:   dump thread list 
v:   dump thread stack 
0-5: set trace level to  
---------------------------------------------------- 
compile thread: Thread[AWT-EventQueue-0,6,main] 
compile 3.156 
init: 2.109 
Exception in thread &quot;AWT-EventQueue-0&quot; java.lang.UnsatisfiedLinkError: no such function &#039;GetLayeredWindowAttributes&#039; in library &#039;D:WINNTsystem32user32.dll&#039; 
	at com.sun.jna.Function.find(Native Method) 
	at com.sun.jna.Function.(Function.java:85) 
	at com.sun.jna.Library$Handler.invoke(Library.java:188) 
	at $Proxy13.GetLayeredWindowAttributes(Unknown Source) 
	at com.sun.jna.examples.WindowUtils$W32WindowUtils$W32RepaintTrigger.update(WindowUtils.java:597) 
	at com.sun.jna.examples.WindowUtils$RepaintTrigger.paintComponent(WindowUtils.java:183) 
	at javax.swing.JComponent.paint(Unknown Source) 
	at javax.swing.JComponent.paintChildren(Unknown Source) 
	at javax.swing.JComponent.paint(Unknown Source) 
	at javax.swing.JLayeredPane.paint(Unknown Source) 
	at javax.swing.JComponent.paintChildren(Unknown Source) 
	at javax.swing.JComponent.paintToOffscreen(Unknown Source) 
	at javax.swing.BufferStrategyPaintManager.paint(Unknown Source) 
	at javax.swing.RepaintManager.paint(Unknown Source) 
	at javax.swing.JComponent.paint(Unknown Source) 
	at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source) 
	at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source) 
	at sun.awt.SunGraphicsCallback.runComponents(Unknown Source) 
	at java.awt.Container.paint(Unknown Source) 
	at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) 
	at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) 
	at javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source) 
	at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source) 
	at java.awt.event.InvocationEvent.dispatch(Unknown Source) 
	at java.awt.EventQueue.dispatchEvent(Unknown Source) 
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) 
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) 
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) 
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source) 
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source) 
	at java.awt.EventDispatchThread.run(Unknown Source) </description>
		<content:encoded><![CDATA[<p>In Windows 2000, the opaque version works. But the transparent version does not:</p>
<p>Java Web Start 1.6.0_06</p>
<p>Using JRE version 1.6.0_06 Java HotSpot(TM) Client VM</p>
<p>User home directory = D:Documents and SettingsAdministrator</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>c:   clear console window</p>
<p>f:   finalize objects on finalization queue</p>
<p>g:   garbage collect</p>
<p>h:   display this help message</p>
<p>m:   print memory usage</p>
<p>o:   trigger logging</p>
<p>p:   reload proxy configuration</p>
<p>q:   hide console</p>
<p>r:   reload policy configuration</p>
<p>s:   dump system and deployment properties</p>
<p>t:   dump thread list</p>
<p>v:   dump thread stack</p>
<p>0-5: set trace level to </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>compile thread: Thread[AWT-EventQueue-0,6,main]</p>
<p>compile 3.156</p>
<p>init: 2.109</p>
<p>Exception in thread &quot;AWT-EventQueue-0&quot; java.lang.UnsatisfiedLinkError: no such function &#039;GetLayeredWindowAttributes&#039; in library &#039;D:WINNTsystem32user32.dll&#039;</p>
<p>	at com.sun.jna.Function.find(Native Method)</p>
<p>	at com.sun.jna.Function.(Function.java:85)</p>
<p>	at com.sun.jna.Library$Handler.invoke(Library.java:188)</p>
<p>	at $Proxy13.GetLayeredWindowAttributes(Unknown Source)</p>
<p>	at com.sun.jna.examples.WindowUtils$W32WindowUtils$W32RepaintTrigger.update(WindowUtils.java:597)</p>
<p>	at com.sun.jna.examples.WindowUtils$RepaintTrigger.paintComponent(WindowUtils.java:183)</p>
<p>	at javax.swing.JComponent.paint(Unknown Source)</p>
<p>	at javax.swing.JComponent.paintChildren(Unknown Source)</p>
<p>	at javax.swing.JComponent.paint(Unknown Source)</p>
<p>	at javax.swing.JLayeredPane.paint(Unknown Source)</p>
<p>	at javax.swing.JComponent.paintChildren(Unknown Source)</p>
<p>	at javax.swing.JComponent.paintToOffscreen(Unknown Source)</p>
<p>	at javax.swing.BufferStrategyPaintManager.paint(Unknown Source)</p>
<p>	at javax.swing.RepaintManager.paint(Unknown Source)</p>
<p>	at javax.swing.JComponent.paint(Unknown Source)</p>
<p>	at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)</p>
<p>	at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)</p>
<p>	at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)</p>
<p>	at java.awt.Container.paint(Unknown Source)</p>
<p>	at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)</p>
<p>	at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)</p>
<p>	at javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source)</p>
<p>	at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)</p>
<p>	at java.awt.event.InvocationEvent.dispatch(Unknown Source)</p>
<p>	at java.awt.EventQueue.dispatchEvent(Unknown Source)</p>
<p>	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)</p>
<p>	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)</p>
<p>	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)</p>
<p>	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)</p>
<p>	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)</p>
<p>	at java.awt.EventDispatchThread.run(Unknown Source)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sellmic.com &#187; My JavaFX presentation at PanamaJUG 2007 (JavaFX en Español)</title>
		<link>http://sellmic.com/blog/2007/05/22/javafx-clock-update-now-with-transparency/comment-page-1/#comment-5177</link>
		<dc:creator>sellmic.com &#187; My JavaFX presentation at PanamaJUG 2007 (JavaFX en Español)</dc:creator>
		<pubDate>Mon, 19 May 2008 01:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://sellmic.com/blog/2007/05/22/javafx-clock-update-now-with-transparency/#comment-5177</guid>
		<description>[...] I showed some simple demos from Sun, and a few I created myself. At the end, we went over my JavaFX clock implementation and discussed a bit what place JFX occupies in the RIA technology space. The slides [...]</description>
		<content:encoded><![CDATA[<p>[...] I showed some simple demos from Sun, and a few I created myself. At the end, we went over my JavaFX clock implementation and discussed a bit what place JFX occupies in the RIA technology space. The slides [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcos de Sousa</title>
		<link>http://sellmic.com/blog/2007/05/22/javafx-clock-update-now-with-transparency/comment-page-1/#comment-3194</link>
		<dc:creator>Marcos de Sousa</dc:creator>
		<pubDate>Sun, 20 Jan 2008 10:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://sellmic.com/blog/2007/05/22/javafx-clock-update-now-with-transparency/#comment-3194</guid>
		<description>Could you help me call &quot;GetUserNameA&quot; from &quot;Advapi32.dll&quot; using JNA? 
 
Function getUserName Lib &quot;advapi32.dll&quot; Alias &quot;GetUserNameA&quot; _ 
    (ByVal lpBuffer As String, ByRef nSize As Integer) As Integer 
 
More info: &lt;a href=&quot;http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2572774&amp;SiteID=1&quot; rel=&quot;nofollow&quot;&gt;http://forums.microsoft.com/MSDN/ShowPost.aspx?Po...&lt;/a&gt;  
 
Long time ago I called it using ruby with success. 
 
----------------------RUBY CODE---------------------- 
require &#039;Win32API&#039; 
def getUserName() 
 begin 
	nome = &quot;&quot; * 1024 
	obj = Win32API.new(&quot;advapi32&quot;, &quot;GetUserName&quot;, [&quot;P&quot;, &quot;P&quot;], &quot;L&quot;) 
	obj.Call(nome, &quot;&quot;) 
	nome = nome.strip 
 end 
end 
------------------------------------------------------------------ 
 
You could mail me direct to sousa1981 AT yahoo DOT com DOT br 
 
Thanks in advance, 
 
Marcos de Sousa </description>
		<content:encoded><![CDATA[<p>Could you help me call &quot;GetUserNameA&quot; from &quot;Advapi32.dll&quot; using JNA?</p>
<p>Function getUserName Lib &quot;advapi32.dll&quot; Alias &quot;GetUserNameA&quot; _</p>
<p>    (ByVal lpBuffer As String, ByRef nSize As Integer) As Integer</p>
<p>More info: <a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2572774&amp;SiteID=1" rel="nofollow"></a><a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?Po.." rel="nofollow">http://forums.microsoft.com/MSDN/ShowPost.aspx?Po..</a>.  </p>
<p>Long time ago I called it using ruby with success.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-RUBY CODE&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>require &#039;Win32API&#039;</p>
<p>def getUserName()</p>
<p> begin</p>
<p>	nome = &quot;&quot; * 1024</p>
<p>	obj = Win32API.new(&quot;advapi32&quot;, &quot;GetUserName&quot;, [&quot;P&quot;, &quot;P&quot;], &quot;L&quot;)</p>
<p>	obj.Call(nome, &quot;&quot;)</p>
<p>	nome = nome.strip</p>
<p> end</p>
<p>end</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>You could mail me direct to sousa1981 AT yahoo DOT com DOT br</p>
<p>Thanks in advance,</p>
<p>Marcos de Sousa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silveira Neto</title>
		<link>http://sellmic.com/blog/2007/05/22/javafx-clock-update-now-with-transparency/comment-page-1/#comment-2496</link>
		<dc:creator>Silveira Neto</dc:creator>
		<pubDate>Mon, 17 Dec 2007 20:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://sellmic.com/blog/2007/05/22/javafx-clock-update-now-with-transparency/#comment-2496</guid>
		<description>Not worked here, with Ubuntu 7.10, Gnome. </description>
		<content:encoded><![CDATA[<p>Not worked here, with Ubuntu 7.10, Gnome.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

