I didn't mean to commit the previous revision; I'm still tweaking it.
This commit is contained in:
parent
9f0b1c3250
commit
407020108f
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ public class Jskad extends JPanel implements DocumentListener {
|
||||||
recentlyOpenedFiles.add(fileChosen);
|
recentlyOpenedFiles.add(fileChosen);
|
||||||
|
|
||||||
int ic = fileMenu.getItemCount();
|
int ic = fileMenu.getItemCount();
|
||||||
System.err.println("DLC ic is " ic);
|
// System.err.println("DLC ic is " + ic);
|
||||||
|
|
||||||
// DLC update the menus.
|
// DLC update the menus.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue