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 About
14 extends DisplayPanel
15 {
16 public About( )
17 throws IOException
18 {
19 super( "ABOUT" );
20 }
21
22 }
This page was automatically generated by Maven