Has anyone developed a JNI class to create custom borders (masked edges) on a java.awt.Window (or better yet: javax.swing.JWindow)?
Location: http://www.jguru.com/faq/view.jsp?EID=322802 Created: Feb 7, 2001 Modified: 2001-02-07 16:04:45.332 Author: Torgeir Veimo (http://www.jguru.com/guru/viewbio.jsp?EID=322137) Question originally posed by Phil DeJarnett (http://www.jguru.com/guru/viewbio.jsp?EID=113167 Not exactly what you asked for, but there is an artile in javaworld that describes how to do custom windows, eg. round windows; http://javaworld.com/javaworld/javatips/jw-javatip86_p.html You can probably use a similar technique.