mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-20 23:50:24 +01:00
Code tidy up
This commit is contained in:
parent
b853018676
commit
5ba05aff65
|
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/*
|
||||
* Copyright (C) 2003 Jeremy Booth (jeremy@newdawnsoftware.com)
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -29,10 +29,11 @@ import java.applet.Applet;
|
|||
import java.io.IOException;
|
||||
|
||||
import net.java.games.input.ControllerReadTest;
|
||||
import net.java.games.input.applet.JInputAppletResourceLoader;
|
||||
|
||||
public class ControllerReadTestApplet extends Applet {
|
||||
|
||||
private static final long serialVersionUID = -2558493887683964119L;
|
||||
|
||||
public void init() {
|
||||
try {
|
||||
new JInputAppletResourceLoader().loadResources(getCodeBase());
|
||||
|
|
|
|||
Loading…
Reference in a new issue