issues in converting from JDK6 to JDK7

2013-12-10 Thread Alan Snyder
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

constraints on resizable windows

2014-02-10 Thread Alan Snyder
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

Re: MAS codesign requirements break Java app signing

2014-11-10 Thread Alan Snyder
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: