Download my thesis
Transcript
A Real Time Kinematic GPS System Via the Internet
labelSix.setText(" ");
if (command.length() == 0) {
labelSeven.setText("ERROR: Empty Command Not Submitted");
} else {
labelSeven.setText("Submitted: " + command);
SimpleWrite sw = new SimpleWrite();
sw.messageString = command;
inputText.setText("");
}
latitudeData.setText("Latitude: ");
longitudeData.setText("Longitude: ");
heightData.setText("Height: ");
latitudeSDData.setText("Standard Deviation: ");
longitudeSDData.setText("Standard Deviation: ");
heightSDData.setText("Standard Deviation: ");
}
}
}
84