last small modifications

git-svn-id: http://wiiusej.googlecode.com/svn/trunk@85 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
guilhem.duche
2008-03-10 20:59:36 +00:00
parent 7daa0a234f
commit ea603d01fd
5 changed files with 87 additions and 11 deletions

View File

@@ -60,6 +60,7 @@ public class WiiuseJGuiTest extends javax.swing.JFrame implements WiimoteListene
wiimote.setScreenAspectRatio169();
wiimote.setSensorBarBelowScreen();
getStatusButtonMousePressed(null);
this.addWindowListener(new CloseGuiTestCleanly(wiimote));
}
public void onButtonsEvent(ButtonsEvent arg0) {
@@ -220,6 +221,8 @@ public class WiiuseJGuiTest extends javax.swing.JFrame implements WiimoteListene
messageText = new javax.swing.JLabel();
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setTitle("WiiuseJ Test GUI");
setName("WiiuseJ Test GUI"); // NOI18N
leftPanel.setBorder(javax.swing.BorderFactory.createEtchedBorder());