129130131132133134135
* @param inDialog whether or not this viewer will be placed in a modal dialog */ public CheatSheetViewer(boolean inDialog) { currentItemNum = -1; this.inDialog = inDialog; saveHelper = new CheatSheetSaveHelper(); }