altosui/telegps: Reduce CPU time needed for flight displays
[fw/altos] / altosui / AltosIgnitor.java
index 7f62938d7e3f721bbe14cfc010c5cae2b6891c54..73318117bc7985152f7c9730c6b081b73661d088 100644 (file)
@@ -102,6 +102,7 @@ public class AltosIgnitor extends JComponent implements AltosFlightDisplay {
                        add(label);
 
                        value = new JTextField(Altos.text_width);
+                       value.setEditable(false);
                        value.setFont(Altos.value_font);
                        value.setHorizontalAlignment(SwingConstants.RIGHT);
                        c.gridx = 2; c.gridy = y;