bb.gui
Interface UpdatableLookAndFeel


public interface UpdatableLookAndFeel

This interface defines just a single method that an implementor will use to update the Swing LookAndFeel to the specified one.

Author:
Brent Boyer

Method Summary
 void updateLookAndFeel(String lookAndFeelClassName)
          Updates the Swing LookAndFeel to the specified class name.
 

Method Detail

updateLookAndFeel

void updateLookAndFeel(String lookAndFeelClassName)
Updates the Swing LookAndFeel to the specified class name.