Posted on Mar 12, 2007

Nimbus project open to the public

We have opened the Nimbus project on http://nimbus.dev.java.net/ to the public so you can go there and get the source or sign up to help out :-)

3 Comments

  • Stefan says:

    I tried to compile the version from trunk but it seems to depend on Java6 right now?

    Does the jar in the dist folder also depend on J6?

    S.

  • jasper says:

    It needs Java 6 for now but we will do a back put to Java 5 when it is more finished and we have a better idea of what is involved.

  • Piotr Bieganski says:

    Seems very nice!

    I had no compilation problems, but just after replacing standard L&F with Nimbus (in almost empty application) I received NullPointerException – when creating JTable (at javax.swing.JTable.setSelectionBackground(JTable.java:2468)) – seems null has been passed to method, or so…

    The QUESTION: I tried to find out where to report errors, but unfortunately I didn’t find a place. Could you give me a hint?

    To say the truth, it is 3 o’clock at night and I feel little dizzy – so that’s why I could miss it… :)