wiiuseJ 0.12 work in progress. fixes on GUI. Adapted reconnection.

git-svn-id: http://wiiusej.googlecode.com/svn/trunk@153 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
guilhem.duche
2008-05-26 20:25:02 +00:00
parent f7454499f0
commit eb0b4dcd01
7 changed files with 149 additions and 78 deletions

View File

@@ -250,6 +250,11 @@ public abstract class AccelerationPanel extends javax.swing.JPanel implements
this.zColor = zColor;
}
public void clearView(){
values.clear();
repaint();
}
/**
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always