Should this work?

2015-07-30 Thread Michael Hall
jdeps -v -dotoutput ~/dotfiles jrt:/java.desktop/com/apple/laf/AquaBorder.class or what would be a good way to determine the dependencies for a Swing L&F? Running jdeps against the application jar for a Swing application shows no look and feel dependencies. Michael Hall

Re: Should this work?

2015-07-30 Thread Michael Hall
> On Jul 30, 2015, at 6:08 PM, Michael Hall wrote: > > jdeps -v -dotoutput ~/dotfiles > jrt:/java.desktop/com/apple/laf/AquaBorder.class > > or what would be a good way to determine the dependencies for a Swing L&F? > Running jdeps against the application jar for a Swing application shows no

Re: Should this work?

2015-07-30 Thread Alan Bateman
On 31/07/2015 00:08, Michael Hall wrote: jdeps -v -dotoutput ~/dotfiles jrt:/java.desktop/com/apple/laf/AquaBorder.class or what would be a good way to determine the dependencies for a Swing L&F? Running jdeps against the application jar for a Swing application shows no look and feel dependen