Re: Swing Java components in ImageJ plugin frames?
Posted by
Marcel on
May 12, 2009; 6:47am
URL: http://imagej.273.s1.nabble.com/Swing-Java-components-in-ImageJ-plugin-frames-tp3692563p3692564.html
It should be noted that with Java version 1.6.12 a limited mixing of heavyweight and lightweight components is supported.
Release NotesFor example you can put (with Java 1.6.12) a JPanel on top of a
Canvas component without problems.