用RMS存储游戏积分 |
| 作者:j2medev 来源:j2medev 发布时间:2006-7-25 8:53:48 |
|
ores for : " + this.playerNameFilter); printScoresHelper(re); } catch (RecordStoreException rse) { System.out.println(rse); rse.printStackTrace(); }} /** * pauseApp() */ public void pauseApp() { System.out.println("pauseApp()"); } /** * destroyApp() * * This closes our open RecordStore when we are destroyed. * * @param cond * true if this is an unconditional destroy false if it is not * (ignored here and treated as unconditional) */ public void destroyApp(boolean cond) { System.out.println("destroyApp( )"); try { if (recordStore != null) recordStore.closeRecordStore(); } catch (Exception ignore) { // ignore this } } } |
| [] [返回上一页] [打 印] |
|
文章评论 |
