I've waited until now to try to convert my applications to JDK7, and I am
pleased at how well things are working.
I encountered two incompatibilities, however:
(1) I found that text rendered via Quaqua looked good (and normal) but text in
the same font rendered by my code looked bad. Apparently
I’m looking at the following code in LWWindowPeer. Why is the minimum/maximum
size obeyed only if it is explicitly set (as opposed to computed)?
public void updateMinimumSize() {
final Dimension min;
if (getTarget().isMinimumSizeSet()) {
min = getTarget().getMin
If you are using the Ant task, you may be able to get Ant to look for the
resources using the classpath specified in the taskdef. However, that works
only if the ant task JAR is not on Ant’s classpath. It took me a while to
figure that out.
> On Nov 10, 2014, at 1:10 PM, Danno Ferrin wrote: