Best 20 lines of Swing KeyboardFocusManager code Ive ever written ;)
Thursday July 24, 2003
Java
KeyboardFocusManager.getCurrentKeyboardFocusManager().addPropertyChangeListener("focusOwner", new PropertyChangeListener() { Color FOCUS_COLOR = Color.CYAN; Component last; Color background = null; public...
read more
Java Printing on Unix is flakey, even on 1.4.2!
Thursday July 10, 2003
Java
Geez - I was just starting to be so happy for the Java Printing Service...
read more
classes,zip,jar,.war et.al dependency analyzer ?
Monday June 16, 2003
Java
I'm on the lookout for a tool that tells me how many and which of...
read more
Part II of JAAS and functional security
Tuesday May 27, 2003
Java
Hmm.....since the last time I posted, I've got one comment and I've searched even more...
read more
JAAS and functional security ?
Saturday May 24, 2003
Java
I've always liked JAAS as it provides for a pluggable login mechanism. The exact same...
read more
Swing+Foxtrot, wow! ;)
Friday May 09, 2003
Java
I have always loved the Swing framework for it's allmighty model/view separation (as opposed to...
read more
Swing requestFocus blues part II
Sunday May 04, 2003
Java
hmm - i probably didn't explain my problem very well the last time - or...
read more
Swing requestFocus blues
Saturday May 03, 2003
Java
hmm...was doing some more Swing coding on Hibern8IDE and came across a never ending story...
read more
Simple and small syntax highlighting for Swing ?
Friday April 25, 2003
Java
So, where does one go for small and simple syntax highlighting for Swing ? I...
read more
Mr. Hibernate talking at JAOO
Saturday April 12, 2003
Java
Just want to let you know that Mr. Hibernate (Gavin King) will be talking at...
read more