()
| 61 | private int exitKey; |
| 62 | |
| 63 | public static SplashScreen getInstance() { |
| 64 | if (instance == null) { |
| 65 | instance = new SplashScreen(); |
| 66 | } |
| 67 | return instance; |
| 68 | } |
| 69 | |
| 70 | /** Creates a new instance of SplashScreen */ |
| 71 | private SplashScreen() { |
no outgoing calls
no test coverage detected