>>>>> "Lillian" == Lillian Angel <[EMAIL PROTECTED]> writes:
A small formatting nit ...
Lillian> + if (p instanceof JScrollPane && !vd.equals( new Dimension() ))
Lillian> + ( (JScrollPane) p ).setPreferredSize( vd );
The spaces are in the wrong places here. Should be:
if (p instanceof JScrollPane && !vd.equals (new Dimension()))
((JScrollPane) p).setPreferredSize(vd);
Tom
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches