a) You can use a JMenuBar, which allows enabling/disabling the JMenuItems b) You could just remove the items that are not available from the JComboBox c) You could provide a custom renderer for the...