June 13, 2006
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.
No Comments » |
Uncategorized |
Permalink
Posted by neveratoss
June 5, 2006
Would one of you CSS/HTML experts be kind enough to tell me how I can get the main column and the right hand column to start on the same line when using IE. It looks fine in Firefox but I don’t want my IE using visitors (get Firefox guys) to have a less than perfect neveratossBlog viewing experience.
BTW, thanks to Andy for the W3SC vaildator link. As we say in the IT industry, “It’s on my to do list.”
Clicky for CSS.
No Comments » |
Uncategorized |
Permalink
Posted by neveratoss