Swing Look and Feel - using NetBeans

Hello, I am pretty new to Java and NetBeans. I have a couple of probably dumb questions...

- I have the default swing look and feel set to Java Metal, but in the NetBeans IDE and after compile, the interfaces do not have the Java Metal look and feel. Are there an additional settings that need to be made?

- Is there a simple way to add a graphic image to the forms I am creating?

Thanks for any help.

[426 byte] By [gloria@homea] at [2007-10-3 5:26:07]
# 1
if ur doing it programatically u can do it better withUIManaget.setLookandFeel();this must be first line of u r program and should be in try and catch box
nagaraja at 2007-7-14 23:33:20 > top of Java-index,Desktop,Core GUI APIs...