X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosEepromSelect.java;h=ebafc4c87da3382f3f670035aea39a3bbc6f9f88;hb=7ecde50fbebe68a2e2200a2f8d081fd37074f840;hp=0a6eec173b3eeabcba9e736aec48c712920c9e27;hpb=713bd503902526c17a7657c18be947ef8fa6a47a;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;