last small modifications
git-svn-id: http://wiiusej.googlecode.com/svn/trunk@85 ae48ae66-6a45-0410-b38e-211266189506
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user