Custom Look and Feel

Upload core product.
Post Reply
IvoSilva
Posts: 4
Joined: Thu Aug 07, 2008 1:08 pm

Custom Look and Feel

Post by IvoSilva »

Hello there again,

I have this jar (squareness.jar) that's a L&F. I placed the jar file in the lib folder, and I've declared it in the .js file.
But how do I reference the class in the L&F section of the i18n file? How do I know the full class of the jar file I got?

I downloaded it from here http://squareness.beeger.net/skins/jlf/

Thank you...

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Custom Look and Feel

Post by support »

Try to update the following line in i18n.properties:

#lookandfeel=auto

by:

lookandfeel=net.beeger.squareness.SquarenessLookAndFeel

Close all browser windows before testing.

Does it help ?

IvoSilva
Posts: 4
Joined: Thu Aug 07, 2008 1:08 pm

Re: Custom Look and Feel

Post by IvoSilva »

Perfect! It worked, thank you very very much!

Post Reply