View Javadoc

1   package com.jpeterson.virtlcd.swing.ui;
2   
3   import javax.swing.plaf.ComponentUI;
4   
5   /**
6    * Defines the "view" portion of the MVC pattern for Swing component.
7    * 
8    * @author Jesse Peterson
9    */
10  public abstract class DotMatrixSixByEightUI extends ComponentUI {
11  
12  }