Refine the weight max and its drawing.
[Persons_Comparator.git] / src / PersonRightPanel.java
index f56b32db4dd1cbeff9cf50dbd365cdcad9b7ce11..8814863980a6598a5acbc4eea0d78ef3f208a8ec 100644 (file)
@@ -50,6 +50,6 @@ public class PersonRightPanel extends JPanel {
         g2d.fillOval(62, 50, 6, 3);
         // Weigth
         g2d.setColor(Color.black);
-        g2d.fillOval(44, 76, 30, (personObj.getWeight().getWeight() * 20) / 600);
+        g2d.fillOval(44, 80, 30, (personObj.getWeight().getWeight() * 30) / 250);
     }
 }