That's a very useful tip!

On 10/25/07, Peter Reilly <[EMAIL PROTECTED]> wrote:
>
> or use <script>
>    <script language="beanshell">
>      import javax.swing.*;
>      JOptionPane.showMessageDialog(
>          null, "A long and boring message",
>         "Danger Danger", JOptionPane.ERROR_MESSAGE);
>    </script>
>
> Peter
>

Reply via email to