Tuesday, June 13, 2006

You say potato, I say potahto

Messing about with the IBM Toolbox for Java.

What I asked for...

ErrorDialogueAdaptor errorHandler = new ErrorDialogueAdaptor(f);

What I really needed was…

ErrorDialogAdapter errorHandler = new ErrorDialogAdapter(f);

It took me a little while to figure it out.

Rassenfrassentassenfrassentassen…what we need is a DWIM.