<?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>Phasenoise &#187; Java</title>
	<atom:link href="http://www.phasenoise.co.uk/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phasenoise.co.uk</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 17 Jan 2012 10:18:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>LCD Panel Tester</title>
		<link>http://www.phasenoise.co.uk/2010/07/lcd-panel-tester/</link>
		<comments>http://www.phasenoise.co.uk/2010/07/lcd-panel-tester/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 13:52:00 +0000</pubDate>
		<dc:creator>Paul Martin</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[LCD Panel Tester]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.phasenoise.co.uk/?p=645</guid>
		<description><![CDATA[I&#8217;ve recently ordered a new computer and like with all things when they are new you gotta check them out for faults. Screens are always a worry, so with this in mind I&#8217;ve knocked together a little tool that simply allows you to check the display for various little things. The tool is set out [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently ordered a new computer and like with all things when they are new you gotta check them out for faults. Screens are always a worry, so with this in mind I&#8217;ve knocked together a little tool that simply allows you to check the display for various little things.</p>
<p>The tool is set out in two phases, the first phase consists of the tones white, black, light gray, gray, and dark gray. These will let you spot the easy pixels, gray is nice as you&#8217;ll be able to see if the panel is evenly lit. The second phase is just an RGB test, cycles red, green, blue, yellow and magenta. This will show any pixels that are stuck in those main colours.</p>
<p>It&#8217;s pretty simple and a tiny download written in Java so you&#8217;ll need Java installed. Mac OS X users have the Java system by default, Windows users will need it, thats if you don&#8217;t have it already, most people do. There is a Read Me included in the download with full instructions.</p>
<p>Any problems / help, or if you have something to say let me know.</p>
<div class="example">
<h2>Download</h2>
<p><a href="http://www.phasenoise.co.uk/public/downloads/LCDPanelTester-101.zip">Download</a> LCD Panel Tester v1.0.1<br />
MD5: f1b6fdd846d81a49bd748c2f6ab6168e</p>
<p><a href="http://www.phasenoise.co.uk/public/downloads/LCDPanelTesterSource-101.zip">Download</a> LCD Panel Tester v1.0.1 Source<br />
MD5: b8d6b907f521f3371274012efdd345e0</div>
]]></content:encoded>
			<wfw:commentRss>http://www.phasenoise.co.uk/2010/07/lcd-panel-tester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlueJ On Mac OS X For The Open University (Updated)</title>
		<link>http://www.phasenoise.co.uk/2007/06/bluej-on-mac-os-x-for-the-open-university-updated/</link>
		<comments>http://www.phasenoise.co.uk/2007/06/bluej-on-mac-os-x-for-the-open-university-updated/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 11:31:41 +0000</pubDate>
		<dc:creator>Paul Martin</dc:creator>
				<category><![CDATA[General Posts]]></category>
		<category><![CDATA[BlueJ]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Open University]]></category>
		<category><![CDATA[OU]]></category>

		<guid isPermaLink="false">http://www.phasenoise.co.uk/2007/06/03/bluej-on-mac-os-x-for-the-open-university-updated/</guid>
		<description><![CDATA[If you fancy using BlueJ on Mac OS X, head over to bluej.org and grab the stable version for Mac OS X. Once downloaded you will have the BlueJ folder, just put this where you keep your other apps. This is a stock BlueJ install so you will need to add the OU components. Instructions [...]]]></description>
			<content:encoded><![CDATA[<p>If you fancy using BlueJ on Mac OS X, head over to <a href="http://www.bluej.org/download/download.html">bluej.org</a> and grab the stable version for Mac OS X. Once downloaded you will have the BlueJ folder, just put this where you keep your other apps. This is a stock BlueJ install so you will need to add the OU components.</p>
<div class="example">
<h2>Instructions</h2>
<p>1. Right click, or control click if you have a single button mouse on the BlueJ icon. Select the option &#8220;Show Package Contents&#8221; this will open a window with a folder named &#8220;Contents&#8221;.</p>
<p>2. Navigate to the userlib folder Contents &gt; Resources &gt; Java &gt; userlib.</p>
<p>3. Pop in the Course software CD, at the root of the CD is a folder named &#8220;libraryfiles&#8221; go inside here and copy the files bsh-2.0b4.jar and ou.jar to the userlib folder opened in the last step.</p>
<p>4. Next navigate to the folder Contents &gt; Resources &gt; Java &gt; extensions.</p>
<p>5. From the root of the course CD copy the jars &#8220;eaextension.jar&#8221; and &#8220;ouwextension.jar&#8221;.</p>
<p>6. In the Finder navigate to the folder named Library in the root of your hard drive and scroll down to the folder Java, copy the same two jars bsh-2.0b4.jar and ou.jar<br />
to the folder named Extensions.</p>
<p><strong>Quick listing:</strong><br />
Inside BlueJ application bundle:<br />
Resources &gt; Java &gt; extensions should contain the following:<br />
eaextension.jar<br />
ouwextension.jar</p>
<p>Inside BlueJ application bundle:<br />
Resources &gt; Java &gt; userlib should contain<br />
bsh-2.0b4.jar<br />
ou.jar</p>
<p>In the Library Folder in the Hard Drive and not in your home folder.<br />
/Library/Java/Extensions should contain the following:<br />
bsh-2.0b4.jar<br />
ou.jar</p>
<p>Thats it done. Now your good to go!
</p></div>
<p><strong>Note:</strong> I have seen another site that says to put bsh-2.0b4.jar and ou.jar in <span class="code">/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/ext/ </span> this location is the actual Java system and should not really be touched. The Location <span class="code">/Library/Java/Extensions</span> is the official location for additional jars and classes specified by Apple, all extensions are loaded when the JavaVM is started up. Another advantage of this approach is that if Apple updates the Java installation which is common this location is static and will just work with future versions.</p>
<p>If you want some more info, or find this useful leave me a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phasenoise.co.uk/2007/06/bluej-on-mac-os-x-for-the-open-university-updated/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
	</channel>
</rss>

