static JLabel showSuggestion_possibleMaster(bool master, fS suggestionText, fO action) { JLabel l = showSuggestion_individual(suggestionText, action); if (master) showSuggestion_makeMaster(l); ret l; }