Joachim Fornallaz

Joachim’s Log

 

Archive for November, 2004

Netbeans 4.0 RC1

Sunday, November 28th, 2004

On thursday, NetBeans 4.0 RC1 was released. I couldn’t find a list of changes since 4.0 beta2, but one thing I can tell is that the key modifier bug under OS X has been corrected. Finally, you can use the Command key instead if being forced to use Control for all menu shortcuts.

How to store a Java object into a byte array

Monday, November 22nd, 2004

ByteArrayOutputStream byteStream = new ByteArrayOutputStream(); ObjectOutputStream objectStream = new ObjectOutputStream(byteStream); objectStream.writeObject(theObject); byte[] array = byteStream.toByteArray();

Find the difference, II

Saturday, November 13th, 2004

About a week ago, Nokia announced a new Symbian based smartphone called the Nokia 3230. Nokia clearly didn’t spent much time inventing a new phone design since Sony Ericsson had already done a big part of the job for them.