465466467468469470471472473474475
ArrayList<LatLon> alt = null; if (!blnCancelledPicks) alt = (ArrayList<LatLon>) dlg.getValue(); dlg.destroy(); dlg = null; if (blnCancelledPicks) return;
504505506507508509510511512513514
545546547548549550551552553554555
if (!blnCancelledPicks) { lln = (LatLon) dlg.getValue(); } dlg.destroy(); dlg = null; if (blnCancelledPicks) return;
580581582583584585586587588589590
615616617618619620621622623624625
650651652653654655656657658659660
684685686687688689690691692693694
720721722723724725726727728729730
119120121122123124125126127128129
if (blnCancelledPicks) { dlg.destroy(); dlg = null; return; } // ---
144145146147148149150151152153154
Object objResult = JOptionPane.showInputDialog( null, objBodyMessage, strTitleMessage, JOptionPane.QUESTION_MESSAGE, (Icon) null, strsChoice, objValueInitial); // --- dlg.destroy(); dlg = null; if (objResult == null) return; // action cancelled