i ran back through the code to check... turns out that OSX does it differently. it's under /com/limegroup/gnutella/gui/ResourceManager.java, in the constructor. it uses the call UIManager.getSystemLookAndFeelClassName() and uses that to set the look & feel. all other system use LimeLookAndFeel (also under /.../gui). |