Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Java After Hours: 10 Projects You'll Never Do at Work Review by Charles D. Havener

Seems to code projects using old obsolete Java

Some of the projects use old obsolete AWT extensively. Hello - Java Swing is the way to do GUI's. Since JDK 1.4 in 2002 reading images is best done with ImageIO.read(..) not using the old AWT media tracker. The html examples use capitals, e.g. BODY not the current approved xhtml body tag. I can't put in the angle brackets since it confuses the browser.