Re: UIDefaults.getUI() failed for JInternalFrame$JDesktopIcon



So would I specify this, then, as:

UIManager.put("JDesktopIcon",
javax.swing.plaf.metal.MetalDesktopIconUI.class.getName());

or:

UIManager.put("JDesktopIcon",
"javax.swing.plaf.metal.MetalDesktopIconUI");

And would I specify this in the contructor of my JInternalFrame? Thank You,
Ike


.