<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Radek's Tech Blog &#187; j2me</title>
	<atom:link href="http://urbas.tk/index.php/tag/j2me/feed/" rel="self" type="application/rss+xml" />
	<link>http://urbas.tk</link>
	<description>Radoslaw H. Urbas homepage / blog</description>
	<lastBuildDate>Tue, 01 Jun 2010 20:31:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Netbeans 6.0 Mobility &#8211; FileBrowser</title>
		<link>http://urbas.tk/index.php/2007/12/17/netbeans-60-mobility-filebrowser/</link>
		<comments>http://urbas.tk/index.php/2007/12/17/netbeans-60-mobility-filebrowser/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 21:55:00 +0000</pubDate>
		<dc:creator>Radoslaw Urbas</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jme]]></category>
		<category><![CDATA[jsr 75]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://urbas.tk/?p=16</guid>
		<description><![CDATA[Netbeans 6.0 gives really nice support for developing Java Micro Edition applications. It provides some useful classes which are not part of standard JME profiles. One of them is class: org.netbeans.microedition.lcdui.pda.FileBrowser. It provides file browser for mobile phone implementing JSR-75. It looks fine but there is a bug in it. Method getSelectedFileURL() returns incorrect value, [...]]]></description>
			<content:encoded><![CDATA[<p>Netbeans 6.0 gives really nice support for developing Java Micro Edition applications. It provides some useful classes which are not part of standard JME profiles.<br />
One of them is class: <span style="font-size: 100%"><span style="font-family: courier new; font-weight: bold">org.netbeans.microedition.lcdui.pda.FileBrowser</span>.<span style="font-weight: bold"> </span></span><br />
It provides file browser for mobile phone implementing JSR-75. It looks fine but there is a bug in it. Method <span style="font-weight: bold; font-family: courier new; font-size: 100%">getSelectedFileURL()</span> returns incorrect value, e.g.: <span style="font-family: courier new; font-size: 100%"><span style="font-weight: bold">file:///E:/myfolder<span style="color: #ff0000">//myfile.mp3 </span></span></span>instead of <span style="font-family: courier new; font-size: 100%"><span style="font-weight: bold">file:///E:/myfolder<span style="color: #ff0000">/myfile.mp3</span></span></span><br />
Removing manually last extra slash fixes the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://urbas.tk/index.php/2007/12/17/netbeans-60-mobility-filebrowser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
