3738394041424344454647
*/ public SavedState(String fileName) throws SlickException { this.fileName = fileName; if (isWebstartAvailable()) { muffin = new WebstartMuffin(); } else { muffin = new FileMuffin(); }