Month: August, 2008

Cutting Emissions

31 August, 2008 (21:11) | Uncategorized

I’m very much in favour of cutting emissions but I found the headline of this article
http://www.smh.com.au/news/environment/light-bulbs-ban-to-slash-emissions/2007/02/19/1171733685061.html
to be somewhat inconsistent with its own facts
The Federal Government estimates replacing the old bulbs with compact fluorescents in homes could cut greenhouse gas emissions by as much as 800,000 tonnes a year in 2008-12. Australia’s emissions in 2004 totalled [...]

Running .jar file under 1.5 & 1.6

31 August, 2008 (12:11) | Uncategorized

I’ve created an application under netbeans 6.1 using jdk 1.6.0_06. The application runs on any PC that contains version 1.6, but will not execute for 1.5. I did not know at the time all other workstations contain jdk 1.5. An error for…

Cutting Emissions

31 August, 2008 (09:11) | Uncategorized

I’m very much in favour of cutting emissions but I found the headline of this article
http://www.smh.com.au/news/environment/light-bulbs-ban-to-slash-emissions/2007/02/19/1171733685061.html
to be somewhat inconsistent with its own facts
The Federal Government estimates replacing the old bulbs with compact fluorescents in homes could cut greenhouse gas emissions by as much as 800,000 tonnes a year in 2008-12. Australia’s emissions in 2004 totalled [...]

Scaling drawing area to applet

31 August, 2008 (06:11) | Uncategorized

Hello! I’ve run into a problem that I can’t seem to fix on my own. I’m currently using the paint method with the applet as the ImageObserver for drawing, and this system works fine for me until I want to change the size of the applet. Preferably, I would…

Cutting Emissions

31 August, 2008 (03:11) | Uncategorized

I’m very much in favour of cutting emissions but I found the headline of this article
http://www.smh.com.au/news/environment/light-bulbs-ban-to-slash-emissions/2007/02/19/1171733685061.html
to be somewhat inconsistent with its own facts
The Federal Government estimates replacing the old bulbs with compact fluorescents in homes could cut greenhouse gas emissions by as much as 800,000 tonnes a year in 2008-12. Australia’s emissions in 2004 totalled [...]

Notes for NetBeans Platform 6.5 (Part 2)

31 August, 2008 (00:11) | Uncategorized

Another change, comparable to the registration of the action class within the layer.xml that I showed yesterday, is the way in which actions that are “always enabled” will be created & registered in 6.5. In 6.5, if you make this selection in the New Action wizard:

…everything in the wizard will be the same as it [...]

Cutting Emissions

30 August, 2008 (21:11) | Uncategorized

I’m very much in favour of cutting emissions but I found the headline of this article
http://www.smh.com.au/news/environment/light-bulbs-ban-to-slash-emissions/2007/02/19/1171733685061.html
to be somewhat inconsistent with its own facts
The Federal Government estimates replacing the old bulbs with compact fluorescents in homes could cut greenhouse gas emissions by as much as 800,000 tonnes a year in 2008-12. Australia’s emissions in 2004 totalled [...]

HashSet contains() method

30 August, 2008 (12:11) | Uncategorized

I just want to make sure I get it right. My first impression was that if you add an object to a HashSet and overide the equals(Object o) method of the object then the HashSet will be looking at the new equals(Object o) method to verify whether a key is…

Cutting Emissions

30 August, 2008 (09:11) | Uncategorized

I’m very much in favour of cutting emissions but I found the headline of this article
http://www.smh.com.au/news/environment/light-bulbs-ban-to-slash-emissions/2007/02/19/1171733685061.html
to be somewhat inconsistent with its own facts
The Federal Government estimates replacing the old bulbs with compact fluorescents in homes could cut greenhouse gas emissions by as much as 800,000 tonnes a year in 2008-12. Australia’s emissions in 2004 totalled [...]

JSP or Java Program?

30 August, 2008 (06:11) | Uncategorized

Right now i have a website and want to either convert it into jsp or i am also thinking about just turning it into a java application that uses a server database. My website right now uses a database for user submitted writings, forums, user list, user…