<?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>Java never die &#187; java</title>
	<atom:link href="http://www.javaneverdie.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javaneverdie.com</link>
	<description>Java modern frameworks. But not only.</description>
	<lastBuildDate>Wed, 25 Jan 2012 14:49:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>GetResource().getPath() FileNotFoundException while running from jar</title>
		<link>http://www.javaneverdie.com/java/getresource-getpath-filenotfoundexception-while-running-from-jar/</link>
		<comments>http://www.javaneverdie.com/java/getresource-getpath-filenotfoundexception-while-running-from-jar/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 14:52:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.javaneverdie.com/java/getresource-getpath-filenotfoundexception-while-running-from-jar/</guid>
		<description><![CDATA[I have some code that works correct when run from Eclipse, but throws FileNotFoundException when run from jar. Even more this code properly worked before but stopped after&#8230; I don&#8217;t know. May be after some Windows update? Here is the code &#160; 1: String path = Thread.currentThread().getContextClassLoader().getResource(&#34;stopwords.txt&#34;).getPath(); 2: System.out.println(path); 3: BufferedReader input = new BufferedReader(new [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/java/how-to-read-text-file-from-jar/' rel='bookmark' title='Permanent Link: How to read text file from jar'>How to read text file from jar</a></li>
<li><a href='http://www.javaneverdie.com/java/how-to-convert-inputstream-to-bufferedreader/' rel='bookmark' title='Permanent Link: How to convert InputStream to BufferedReader'>How to convert InputStream to BufferedReader</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.javaneverdie.com/java/getresource-getpath-filenotfoundexception-while-running-from-jar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The most [java] advanced country</title>
		<link>http://www.javaneverdie.com/java/the-most-java-advanced-country/</link>
		<comments>http://www.javaneverdie.com/java/the-most-java-advanced-country/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 13:22:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[web statistics]]></category>

		<guid isPermaLink="false">http://www.javaneverdie.com/java/the-most-java-advanced-country/</guid>
		<description><![CDATA[Today i downloaded from sourceforge some java library and occasionally looked on statistics. The first place with 20% from all downloads&#160; takes &#8230; China. USA on the second place. India – 3. Spain – 4. And so on. No related posts.


No related posts.]]></description>
		<wfw:commentRss>http://www.javaneverdie.com/java/the-most-java-advanced-country/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Component doesn&#8217;t fill container on resize</title>
		<link>http://www.javaneverdie.com/java/component-doesnt-fill-container-on-resize/</link>
		<comments>http://www.javaneverdie.com/java/component-doesnt-fill-container-on-resize/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 09:34:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[swt]]></category>

		<guid isPermaLink="false">http://www.javaneverdie.com/java/component-doesnt-fill-container-on-resize/</guid>
		<description><![CDATA[&#160; I have [custom] component that change its width&#160; but not height&#160; on resize. Cause is probably a bug in SWT Designer.&#160; This code was auto generated and produce a problem GroupLayout gl_shell = new GroupLayout(shell); gl_shell.setHorizontalGroup( gl_shell.createParallelGroup(GroupLayout.LEADING) .add(composite, GroupLayout.DEFAULT_SIZE, 800, Short.MAX_VALUE) ); gl_shell.setVerticalGroup( gl_shell.createParallelGroup(GroupLayout.LEADING) .add(composite)//problem here ); that looks like: changing code to : [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/java/swing/how-to-remove-component-from-container/' rel='bookmark' title='Permanent Link: How to remove component from container'>How to remove component from container</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.javaneverdie.com/java/component-doesnt-fill-container-on-resize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to program bots in Java?</title>
		<link>http://www.javaneverdie.com/java/how-to-program-bots-in-java/</link>
		<comments>http://www.javaneverdie.com/java/how-to-program-bots-in-java/#comments</comments>
		<pubDate>Fri, 27 May 2011 12:48:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.javaneverdie.com/java/how-to-program-bots-in-java/</guid>
		<description><![CDATA[&#160; So, what about writing bots in Java? Question only looks hard but have very simple answer: Use: HtmlUnit; Selenium; Using HtmlUnit to writing bots pretty good described. &#160; What is Selenium? Selenium is testing framework that consist of Firefox plugin that can record user’s actions in browser and Java (several another languages as well) [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/mysql/mysql-on-windows-access-denied-for-user-rootlocalhost-using-password-no/' rel='bookmark' title='Permanent Link: MySQL on Windows Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)'>MySQL on Windows Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)</a></li>
<li><a href='http://www.javaneverdie.com/seo/great-spam-comments-examples/' rel='bookmark' title='Permanent Link: Great spam comments examples'>Great spam comments examples</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.javaneverdie.com/java/how-to-program-bots-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The biggest(30!) list of project hosting sites</title>
		<link>http://www.javaneverdie.com/java/the-biggest30-list-of-project-hosting-sites/</link>
		<comments>http://www.javaneverdie.com/java/the-biggest30-list-of-project-hosting-sites/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 10:31:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[sites]]></category>

		<guid isPermaLink="false">http://www.javaneverdie.com/java/the-biggest30-list-of-project-hosting-sites/</guid>
		<description><![CDATA[I looked for some project hosting site to store my projects. So, I made small research and find several sources already containing such collections. Besides of this I googled for “project hosting” and founded sites also added to result list: Assembla Asynchrony BerliOS bitbacket.org Bounty Source code.google.com codeplex.com/ CodeSpaces freepository GBorg GForge 2 github.com gna.org/ [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/cloud/project-kenai/' rel='bookmark' title='Permanent Link: Project Kenai'>Project Kenai</a></li>
<li><a href='http://www.javaneverdie.com/java/netbeans/how-to-refresh-php-project-in-netbeans/' rel='bookmark' title='Permanent Link: How to refresh PHP project in Netbeans'>How to refresh PHP project in Netbeans</a></li>
<li><a href='http://www.javaneverdie.com/web-statistics/unknown-search-engine-pretend-to-be-the-biggest/' rel='bookmark' title='Permanent Link: Unknown search engine pretend to be the biggest'>Unknown search engine pretend to be the biggest</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.javaneverdie.com/java/the-biggest30-list-of-project-hosting-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sad history of Twitter follow software</title>
		<link>http://www.javaneverdie.com/java/sad-history-of-twitter-follow-software/</link>
		<comments>http://www.javaneverdie.com/java/sad-history-of-twitter-follow-software/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 07:46:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.javaneverdie.com/?p=572</guid>
		<description><![CDATA[There are many Twitter follow-unfollow applications available. Some of them simply the bots that parse and interact with Twitter pages but some used Twitter API. Long time Twitter was very soft with his follow unfollow automation policy and only last days his politic was changed. Follow-Unfollow automation fully prohibited. Accounts that used some third party [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/twitter/twitter-api-known-limits/' rel='bookmark' title='Permanent Link: Twitter API known limits'>Twitter API known limits</a></li>
<li><a href='http://www.javaneverdie.com/seo/how-twitter-makes-money/' rel='bookmark' title='Permanent Link: How twitter makes money?'>How twitter makes money?</a></li>
<li><a href='http://www.javaneverdie.com/wordpress/free-windows-blogging-software-review/' rel='bookmark' title='Permanent Link: Free Windows Blogging Software Review'>Free Windows Blogging Software Review</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.javaneverdie.com/java/sad-history-of-twitter-follow-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set hand cursor to all buttons</title>
		<link>http://www.javaneverdie.com/java/swing/how-to-set-hand-cursor-to-all-buttons/</link>
		<comments>http://www.javaneverdie.com/java/swing/how-to-set-hand-cursor-to-all-buttons/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 13:10:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.javaneverdie.com/?p=531</guid>
		<description><![CDATA[In nowadays web oriented world users expectations are that desktop application behave like web application. And part of this that cursor must be changed when moving over button and checkbox controls. Next code snippet satisfied needs: public MainFrame{ initComponents(); setCursorToAllButtons(this); } private void setCursorToAllButtons(Container container) { Component[] components = container.getComponents(); for (int i = 0; [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.javaneverdie.com/java/swing/how-to-set-hand-cursor-to-all-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create hyperlink in desktop application</title>
		<link>http://www.javaneverdie.com/java/swing/how-to-create-hyperlink-in-desktop-application/</link>
		<comments>http://www.javaneverdie.com/java/swing/how-to-create-hyperlink-in-desktop-application/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 20:36:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.javaneverdie.com/?p=527</guid>
		<description><![CDATA[Suppose, we need link (hyperlink) in our desktop swing application, and clicking it should open specified page in default browser. Try this code: Button clickmeLink = new Button("&#60;html&#62;&#60;u&#62;Click Me!&#60;/u&#62;&#60;html&#62;"); clickmeLink.setBorder(null); clickmeLink.setColor(Color.blue); clickmeLink.addActionListener(new ActionListener(){ public void actionPerformed(ActionEvent e){ if (Desktop.isDesktopSupported()) { if (desktop == null) { desktop = Desktop.getDesktop(); } try { desktop.browse(new java.net.URI("http://google.com")); } catch [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/java/how-to-start-desktop-application-with-netbeans/' rel='bookmark' title='Permanent Link: How to start desktop application with Netbeans'>How to start desktop application with Netbeans</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.javaneverdie.com/java/swing/how-to-create-hyperlink-in-desktop-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create underlined label</title>
		<link>http://www.javaneverdie.com/java/swing/how-to-create-underlined-label/</link>
		<comments>http://www.javaneverdie.com/java/swing/how-to-create-underlined-label/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 20:07:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.javaneverdie.com/?p=522</guid>
		<description><![CDATA[Suppose, we need underlined label in our swing application. java.awt.Font doesn&#8217;t have this option. But next code solves the problem: JLabel clickItLabel = new JLabel("&#60;html&#62;&#60;u&#62;Click It&#60;/u&#62;&#60;/html&#62;") Related posts:How to make multilined label How to create hyperlink in desktop application How to start desktop application with Netbeans


Related posts:<ol><li><a href='http://www.javaneverdie.com/java/swing/how-to-make-multilined-label/' rel='bookmark' title='Permanent Link: How to make multilined label'>How to make multilined label</a></li>
<li><a href='http://www.javaneverdie.com/java/swing/how-to-create-hyperlink-in-desktop-application/' rel='bookmark' title='Permanent Link: How to create hyperlink in desktop application'>How to create hyperlink in desktop application</a></li>
<li><a href='http://www.javaneverdie.com/java/how-to-start-desktop-application-with-netbeans/' rel='bookmark' title='Permanent Link: How to start desktop application with Netbeans'>How to start desktop application with Netbeans</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.javaneverdie.com/java/swing/how-to-create-underlined-label/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to start desktop application with Netbeans</title>
		<link>http://www.javaneverdie.com/java/how-to-start-desktop-application-with-netbeans/</link>
		<comments>http://www.javaneverdie.com/java/how-to-start-desktop-application-with-netbeans/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 20:00:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.javaneverdie.com/?p=519</guid>
		<description><![CDATA[Netbeans is great software. But sometimes very confusing. Netbeans have great java swing GUI editor with drag and drop palette. Use it. It is very helpful. Netbeans have also Java Desktop Application option: File -&#62; New Project -&#62; Java -&#62; Java Desktop Application &#8211; don&#8217;t use it. It seems to be helpful but creates more [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/java/swing/how-to-create-hyperlink-in-desktop-application/' rel='bookmark' title='Permanent Link: How to create hyperlink in desktop application'>How to create hyperlink in desktop application</a></li>
<li><a href='http://www.javaneverdie.com/java/swing/how-to-create-underlined-label/' rel='bookmark' title='Permanent Link: How to create underlined label'>How to create underlined label</a></li>
<li><a href='http://www.javaneverdie.com/java/netbeans/how-to-refresh-php-project-in-netbeans/' rel='bookmark' title='Permanent Link: How to refresh PHP project in Netbeans'>How to refresh PHP project in Netbeans</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.javaneverdie.com/java/how-to-start-desktop-application-with-netbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

