Because I decided that the l&F's that are provided by the standard libs by
sun aren't the best looking I decided to go and get one. I've found one now
and it is working fine. My question is how would I incorporate the
lib(metoui.jar) into the distrubuted jar/package that goes out. Would I need
to include it into the jar file with a change to the manifest, put it
outside, and what directory it needs to go in Any help would be great thanks.
BTW the import statement is
import net.sourceforge.metouia.MetouiaLookAndFeel;
if that helps at all.