1   /***
2    * Contributors
3    *
4    * This displays the Contributors file
5    * in a Swing Panel.
6    */
7   
8   package junit.quilt.util;
9   
10  import javax.swing.JEditorPane;
11  import java.io.IOException;
12  
13  public class Contributors 
14      extends DisplayPanel
15  {
16      public Contributors( ) 
17  	throws IOException
18      {
19  	super( "CONTRIBUTORS" );
20      }
21  
22  }
This page was automatically generated by Maven