Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Replies
    13
    Views
    2,733

    Re: ExecuteUpdate throws exception

    The Java Applets lesson includes a section on deployment that shows how to embed an Applet in a web page. Since recent Java versions are making this more and more difficult and complicated, if...
  2. Replies
    13
    Views
    2,733

    Re: ExecuteUpdate throws exception

    The only thing that struck me is that the Swing application should be launched on the EDT:
    // a main method to launch the application on the EDT
    public static void main(String[] args)
    ...
  3. Replies
    13
    Views
    2,733

    Re: ExecuteUpdate throws exception

    Congratulations!

    Most here won't follow links or download code. If you want your code evaluated, post it directly (copied and pasted) using code or highlight tags as you did in Post #7.
Results 1 to 3 of 3