GUI framework Wi.Ser (WidgetServer) released new version
The new release includes a preconfigured environment for windows and unix systems. The included GUI builder has context sensitive menues and buttons now. Several bugs have been fixed.
Browser components in Java
I'm currently putting together an application that will be implemented in SWT/JFace/RCP/Java, Swing/Spring Rich/Java, and Cocoa/Objective-C. I'm doing to see what they will look like on OS X, plus to learn a little more about the RCP, a lot more about Spring Rich, and a whole lot more about Cocoa/Objective-C..
JList resizing when empty
I received this interesting trouble report, stating that the lists in the application kept resizing themselves according to their content. When a list was emptied, its width almost doubled. When an object was added back to it, it retrieved its previous size. Quite annoying for the user. So I looked into the JList source code, and found this interesting couple of lines...