Proxim RangeLAN2 7920 Manual do Utilizador Página 82

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 103
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 81
67
q.add(label6);
JLabel label7 = new JLabel(" Course:");
gbcon.gridx = 3;
gbcon.gridy = 0;
gblay.setConstraints(label7, gbcon);
q.add(label7);
JLabel label8 = new JLabel(" (Integer 0 to 360)");
gbcon.gridx = 3;
gbcon.gridy = 1;
gblay.setConstraints(label8, gbcon);
q.add(label8);
/***************** ACTUAL LAT, LONG & HEADING ******************/
lat = new JTextField(20);
gbcon.gridx = 1;
gbcon.gridy = 3;
gblay.setConstraints(lat,gbcon);
q.add(lat);
lat.setEditable(false);
longi = new JTextField(20);
gbcon.gridx = 2;
gbcon.gridy = 3;
gblay.setConstraints(longi,gbcon);
q.add(longi);
longi.setEditable(false);
head = new JTextField(6);
gbcon.gridx = 3;
gbcon.gridy = 3;
gblay.setConstraints(head,gbcon);
q.add(head);
head.setEditable(false);
/**************** DESIRED LAT, LONG & HEADING ******************/
DLat = new JTextField(20);
gbcon.gridx = 1;
gbcon.gridy = 4;
gblay.setConstraints(DLat,gbcon);
q.add(DLat);
DLat.setEditable(true);
DLong = new JTextField(20);
gbcon.gridx = 2;
gbcon.gridy = 4;
gblay.setConstraints(DLong,gbcon);
q.add(DLong);
DLong.setEditable(true);
Dcourse = new JTextField(6);
Vista de página 81
1 2 ... 77 78 79 80 81 82 83 84 85 86 87 ... 102 103

Comentários a estes Manuais

Sem comentários