View Single Post
  #4 (permalink)  
Old November 25th, 2002
sberlin sberlin is offline
Software Developer
 
Join Date: November 4th, 2002
Location: New York
Posts: 1,366
sberlin is flying high
Default

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).
Reply With Quote