X-Git-Url: https://git.piment-noir.org/?p=Persons_Comparator.git;a=blobdiff_plain;f=src%2FWeightView.java;h=2c41f5ec889c2a73430fb3e1f90a391923a390b5;hp=fd6d68cb40d0e974ca32b226fb3d80cb6611a9a7;hb=9b3bfcdd95253a04ed12a676ee29a9d777c1e496;hpb=829bb0cf20bdd2171f867bfcae5ced5b5ad8cc5e diff --git a/src/WeightView.java b/src/WeightView.java index fd6d68c..2c41f5e 100644 --- a/src/WeightView.java +++ b/src/WeightView.java @@ -25,4 +25,8 @@ public class WeightView extends JPanel { public void setWeightObj(Weight weightObj) { this.weightObj = weightObj; } + + public JComboBox getComboBox() { + return comboBox; + } }