Proxim RangeLAN2 7920 Instrukcja Użytkownika Strona 81

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 103
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 80
66
gbc.gridx = 3;
gbc.gridy = 7;
gbc.gridwidth = 2;
gbc.gridheight = 4;
gbc.insets = new Insets(5,5,5,5);
gbc.ipadx = 20;
gbc.ipady = 20;
gbl.setConstraints(backward, gbc);
butt.add(backward);
main.add(butt, BorderLayout.CENTER);
/*************************************************************************************
***/
/* SETUP UPDATEABLE DISPLAY OF HEADING, LATITUDE & LONGITUDE
DESIRED COURSE, LATITUDE & LONGITUDE
PUSHBUTTONS TO COMMENCE NAV/UPDATE ACTION AND STOP NAV */
/*************************** LABELS ****************************/
JLabel label1 = new JLabel("ACTUAL ");
gbcon.gridx = 0;
gbcon.gridy = 3;
gblay.setConstraints(label1, gbcon);
q.add(label1);
JLabel label2 = new JLabel("ORDERED");
gbcon.gridx = 0;
gbcon.gridy = 4;
gblay.setConstraints(label2, gbcon);
q.add(label2);
JLabel label3 = new JLabel("Latitude:");
gbcon.gridx = 1;
gbcon.gridy = 0;
gblay.setConstraints(label3, gbcon);
q.add(label3);
JLabel label4 = new JLabel("(i.e. 03,06.1234,N)");
gbcon.gridx = 1;
gbcon.gridy = 1;
gblay.setConstraints(label4, gbcon);
q.add(label4);
JLabel label5 = new JLabel("Longitude:");
gbcon.gridx = 2;
gbcon.gridy = 0;
gblay.setConstraints(label5, gbcon);
q.add(label5);
JLabel label6 = new JLabel("(i.e. 067,09.9876,W)");
gbcon.gridx = 2;
gbcon.gridy = 1;
gblay.setConstraints(label6, gbcon);
Przeglądanie stron 80
1 2 ... 76 77 78 79 80 81 82 83 84 85 86 ... 102 103

Komentarze do niniejszej Instrukcji

Brak uwag