X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FWeightView.java;h=9e7ef20d8c0744377cef894240f2e82f6ce0f60e;hb=d119e60d58d8431de3ff29090d7048b0eb7d9f9e;hp=1576b62e2e836d77e3433b3c49e32e092ab79bc2;hpb=b974e749af3a4b2df3737b2d361233c704dcc4d8;p=Persons_Comparator.git diff --git a/src/WeightView.java b/src/WeightView.java index 1576b62..9e7ef20 100644 --- a/src/WeightView.java +++ b/src/WeightView.java @@ -1,6 +1,6 @@ import javax.swing.*; -public class WeightView extends JComponent { +public class WeightView extends JPanel { private Weight weightObj; private JLabel label;