View Javadoc

1   /**
2    * 
3    */
4   package org.ximtec.igesture.io;
5   
6   import javax.swing.JPanel;
7   
8   /**
9    * @author Bjorn Puype, bpuype@gmail.com
10   *
11   */
12  public abstract class GestureDevicePanel extends JPanel implements
13  		GestureEventListener {
14  
15  }