I have a java agent that is triggered by a user action. in that agent I am using JOptionPane.showMessageDialog to alert the user of certain things.I have added all the recycle() and System.gc();
to the places that I can think of however
if the user runs the agent more than once the showMessageDialog shows up blank
No text and no OK button shows.
If the user blindly clicks where they think the OK button should be then it does as it should.
The issue is that it is showing up blank.
What can I do to fix this?