Hello,
I have a JInternalFrame that is refusing to display my own icon in its title bar. I verified that the URL is correctly resolving itself, and in fact, am having no problem using the same icon in my main JFrame window. The code is simple:
setFrameIcon(new javax.swing.ImageIcon(ClassLoader.getSystemResource("PPDI.gif")));
Why would I still be seeing the
java cup???
Thanks for any tips!