int nbmax = prefs.getInt("prefs_nbmax", 99); // PLANTE int nbmax = Integer.parseInt(prefs.getString("prefs_nbmax", "99"));