JOptionPane.showMessageDialog(ApplicationContext.getInstance().getDefaultDialogOwner(),
ResourceFactory.getString(MESSAGE_TUNE_FACTORY_BLANK),
ResourceFactory.getString(TITLE_ERROR),
JOptionPane.ERROR_MESSAGE);
} else {
tuneReceiver.setTune(tf.create());
}
}
private void createForLessons() {
JOptionPane.showMessageDialog(ApplicationContext.getInstance().getDefaultDialogOwner(),