mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 07:54:05 +00:00
Organised imports
This commit is contained in:
parent
2276bf0c2d
commit
4c00419d73
14 changed files with 46 additions and 45 deletions
|
|
@ -78,7 +78,7 @@ public class ControllerFieldTest {
|
|||
*
|
||||
*/
|
||||
private void run() {
|
||||
frame.show();
|
||||
frame.setVisible(true);
|
||||
|
||||
String buttons;
|
||||
while(frame.isVisible()) {
|
||||
|
|
@ -143,7 +143,6 @@ public class ControllerFieldTest {
|
|||
|
||||
frame.addWindowListener(new WindowAdapter() {
|
||||
public void windowClosing(WindowEvent e) {
|
||||
frame.hide();
|
||||
frame.dispose();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue