alertMenu.save();
Command alertLink1Command = new Command("Link 1");
alertLink1Command.save();
Command alertLink2Command = new Command("Link 2");
alertLink2Command.save();
alertMenu.addItems(alertLink1Command, alertLink2Command);
alertMenu.save();
Command toggleCommand = new Command("Toggle");
toggleCommand.save();
Command userCommand = new Command("User");