1  /*
     2   Copyright aswing.org, see the LICENCE.txt.
     3  */
     4   
     5  import org.aswing.plaf.*;
     6   
     7  /**
     8   * Pluggable look and feel interface for JWindow.
     9   *
    10   * @author iiley
    11   */
    12  class org.aswing.plaf.WindowUI extends ComponentUI{
    13  }
    14