@SuppressWarnings("ConstantConditions")
    public SelectFontAction(final Packager packager, final ParserManager parserManager, final Preferences preferences){
        super("system.font", new ImageIcon(SelectFontAction.class.getResource("/file_font.png")));

        Objects.requireNonNull(packager, "Packager cannot be null");