Afurther investigation, here is where the font is explicitly set. This code was not changed when re-compiled. The font Height seems to be the same, but the letters are a little closer together, thus appearing smaller:
example:
labelTitle.setFont(new java.awt.Font("Dialog", 1, 12));
The same...