It was impossible to write you an email so I poste it here:
Hy
I've seen your look and feel on www.javootoo.com and
was surprised about the
really nice look - great work!
now I use your look and feel on my swing application
too. locally it works
really great, but it doesn't work when I run the
application as a webstart
application! I'm not really sure, but I think that the
problem is that I have
"only" the JAR-file liquidlnf.jar with the .class files, but I
would need the
.java files (I think this, because I have the same problem
with an other look
and feel from which I have only the .jar file and all other
look and feels -
where I have the package with the .java files - works).
So my question to you is if it's possible that you can
send me the whole package
with the .java files from the latest stable version of liquid-
look and fell (I
think it's verson 0.2.8). That would be very nice!
Thank you very much for your attention and your work!
greez
Ivo
billabong@firesoft.ch
Logged In: NO
You do not need the source files. Most likely you are not
including the LiquidLnF.jar file as a resource in your JNLP
file. If you do not, then the jar file will not be pulled
down to the client, therefore, your L&F call to set it to
Liquid will fail gracefully and the default will be used.
(Either System or CrossPlatform depending on the client's
JRE version)
Make sure you have the LiquidLnF.jar file specified as a
resource in your JNLP file.