예제 #1
0
 private void showPoints() {
   thermoMap.setShowXY(true);
   thermoSPMap.setShowXY(true);
   lightMap.setShowXY(true);
   lightSPMap.setShowXY(true);
   showXY.setText("Hide XY");
 }
예제 #2
0
 private void hidePoints() {
   thermoMap.setShowXY(false);
   thermoSPMap.setShowXY(false);
   lightMap.setShowXY(false);
   lightSPMap.setShowXY(false);
   showXY.setText("Show XY");
   statusBar.setStatusText2("");
 }