87888990919293949596
/** * Displays a dialog to edit current string expression. */ void editValue(){ CellPropertiesDialog dialog = new CellPropertiesDialog(null); value = dialog.getFormat(); dialog.removeLanguageListener(); // Jules dialog.dispose(); }