Looking towards line 48....the constructor for JMenu


createMenu = new JMenu(menuInput[][]);

does not exist. You should iterate through your menu input arrays a populate that way. In addition,...