java.awt.HeadlessException
Getting "java.awt.HeadlessException", while using JOptionPane,when deployed as Event Px.
Below is the line of code used in the code.
JOptionPane.showMessageDialog(null, "This is a test warning message.", "Error", JOptionPane.ERROR_MESSAGE);