X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosEepromSelect.java;h=ebafc4c87da3382f3f670035aea39a3bbc6f9f88;hb=f6db11c3c87725c809c518f5f19b07325faf9c84;hp=0a6eec173b3eeabcba9e736aec48c712920c9e27;hpb=56d045040c49728a854741e99545766f3723da5e;p=fw%2Faltos diff --git a/altosui/AltosEepromSelect.java b/altosui/AltosEepromSelect.java index 0a6eec17..ebafc4c8 100644 --- a/altosui/AltosEepromSelect.java +++ b/altosui/AltosEepromSelect.java @@ -62,7 +62,7 @@ class AltosEepromItem implements ActionListener { } } -public class AltosEepromSelect extends JDialog implements ActionListener { +public class AltosEepromSelect extends AltosDialog implements ActionListener { private JList list; private JFrame frame; JButton ok;