Ustaw punkt dziesiętny w Javie
DecimalFormat df = new DecimalFormat("###.###");
System.out.println(df.format(PI));
Yellowed Yak
DecimalFormat df = new DecimalFormat("###.###");
System.out.println(df.format(PI));