platf-awt/src/main/kotlin/org/jetbrains/letsPlot/awt/sandbox/SandboxToolbarAwt.kt [58:67]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun errorMessageHandler(message: String) { SwingUtilities.invokeLater { JOptionPane.showMessageDialog( null, message, "Situation", JOptionPane.ERROR_MESSAGE ) } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - platf-awt/src/main/kotlin/org/jetbrains/letsPlot/awt/plot/component/PlotPanelToolbar.kt [29:38]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun errorMessageHandler(message: String) { SwingUtilities.invokeLater { JOptionPane.showMessageDialog( null, message, "Situation", JOptionPane.ERROR_MESSAGE ) } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -