<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:cc="http://web.resource.org/cc/"
xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://weblogs.java.net/blog/ixmal/">
<title>Artem Ananiev&apos;s Blog</title>
<link>http://weblogs.java.net/blog/ixmal/</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2008-06-11T01:24:07-08:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.01D" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://weblogs.java.net/blog/ixmal/archive/2008/06/using_jwebpane_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/ixmal/archive/2008/05/introducing_jwe_1.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/ixmal/archive/2006/11/javaawttrayicon.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/ixmal/archive/2006/06/improved_toplev.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/ixmal/archive/2006/05/javaawtdesktop.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/ixmal/archive/2006/05/using_jpopupmen.html" />
<rdf:li rdf:resource="http://weblogs.java.net/blog/ixmal/archive/2006/04/headless_toolki_1.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://weblogs.java.net/blog/ixmal/archive/2008/06/using_jwebpane_1.html">
<title>Using JWebPane: common scenarios</title>
<link>http://weblogs.java.net/blog/ixmal/archive/2008/06/using_jwebpane_1.html</link>
<description>Moving on with JWebPane. Let&apos;s examine some basic things developers can do with this component.</description>
<dc:subject>Community: JavaDesktop</dc:subject>
<dc:creator>ixmal</dc:creator>
<dc:date>2008-06-11T01:24:07-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/ixmal/archive/2008/05/introducing_jwe_1.html">
<title>Introducing JWebPane component</title>
<link>http://weblogs.java.net/blog/ixmal/archive/2008/05/introducing_jwe_1.html</link>
<description>One of the technical sessions at JavaOne 2008 was about two important parts of JavaFX: Scenario and HTML component aka JWebPane. Let&apos;s look at JWebPane component a bit closer.</description>
<dc:subject>Community: JavaDesktop</dc:subject>
<dc:creator>ixmal</dc:creator>
<dc:date>2008-05-29T02:26:45-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/ixmal/archive/2006/11/javaawttrayicon.html">
<title>java.awt.TrayIcon: isSupported vs isAvailable</title>
<link>http://weblogs.java.net/blog/ixmal/archive/2006/11/javaawttrayicon.html</link>
<description>Another one improvement of java.awt.TrayIcon class: the ability to detect if the system tray is available at the given moment.</description>
<dc:subject>Community: JavaDesktop</dc:subject>
<dc:creator>ixmal</dc:creator>
<dc:date>2006-11-17T00:01:30-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/ixmal/archive/2006/06/improved_toplev.html">
<title>Improved top-level icons support in Mustang</title>
<link>http://weblogs.java.net/blog/ixmal/archive/2006/06/improved_toplev.html</link>
<description>Prior to Mustang developers could specify a single icon image for every Java frame. This image was then displayed in the frame&apos;s titlebar, in the system taskbar and other places. However, some of that places require images of different size, and this made the specified image be scaled so it looked very ugly. Now in Mustang you can set several images to represent frames&apos; and dialogs&apos; icons wherever it is required.</description>
<dc:subject>Community: JavaDesktop</dc:subject>
<dc:creator>ixmal</dc:creator>
<dc:date>2006-06-16T06:37:01-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/ixmal/archive/2006/05/javaawtdesktop.html">
<title>java.awt.Desktop vs Runtime.exec()</title>
<link>http://weblogs.java.net/blog/ixmal/archive/2006/05/javaawtdesktop.html</link>
<description><![CDATA[There is a new class introduced in Mustang, <code>java.awt.Desktop</code>, which helps developers to better integrate their applications into native desktop. This blog briefly shows what new abilities are provided by this class.]]></description>
<dc:subject>Community: JavaDesktop</dc:subject>
<dc:creator>ixmal</dc:creator>
<dc:date>2006-05-10T16:19:27-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/ixmal/archive/2006/05/using_jpopupmen.html">
<title>Using JPopupMenu in TrayIcon</title>
<link>http://weblogs.java.net/blog/ixmal/archive/2006/05/using_jpopupmen.html</link>
<description>Support of SystemTray and tray icons is introduced in Java SE 6.0 (aka Mustang). However, tray icons lack some useful features, and this blog covers one of them: ability to show Swing popup menu.</description>
<dc:subject>Community: JavaDesktop</dc:subject>
<dc:creator>ixmal</dc:creator>
<dc:date>2006-05-04T05:23:24-08:00</dc:date>
</item>
<item rdf:about="http://weblogs.java.net/blog/ixmal/archive/2006/04/headless_toolki_1.html">
<title>Headless toolkit basics</title>
<link>http://weblogs.java.net/blog/ixmal/archive/2006/04/headless_toolki_1.html</link>
<description>A short overview of a special AWT toolkit called &apos;headless toolkit&apos; which can be used in a system with display and/or mouse and keyboard missing.</description>
<dc:subject>Community: JavaDesktop</dc:subject>
<dc:creator>ixmal</dc:creator>
<dc:date>2006-04-04T10:15:06-08:00</dc:date>
</item>


</rdf:RDF>
