ob1kanobee
Programmer
Is it possible to call a javascript function, like the alert function, within a java class function?
I know I can create my own messagebox class using JOptionPane, but I would like the same look and feel of the standard Windows message box that the alert function provides.
I know I can create my own messagebox class using JOptionPane, but I would like the same look and feel of the standard Windows message box that the alert function provides.