Calendar
Archives
Categories
Daily Archives: May 23, 2007
icewm is not my favourite window manager
Update: I’m a fucking idiot. Turns out I was calling JFrame.setDefaultLookAndFeelDecorated(true); when I should have been calling JDialog.setDefaultLookAndFeelDecorated(true);. All fixed now. There is a complex interaction between X Windows window managers and Java’s look and feel manager. And it is … Continue reading