Search:

Type: Posts; User: javamonkey123

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    618

    Re: Swing / AWT compile errors

    Indeed the solution was to add this line:

    requires java.desktop;


    To the module-info.java file.
  2. Replies
    2
    Views
    618

    Swing / AWT compile errors

    Hi!

    I just installed the latest eclipse and latest java (SE11). I am revisiting some old code and get a lot of compile errors. All in swing and awt package.

    Some sample lines that give compile...
Results 1 to 2 of 2