modifying applet

Upload core product.
Post Reply
nackilsung
Posts: 3
Joined: Fri Aug 28, 2009 11:16 pm

modifying applet

Post by nackilsung »

I'm lazy. Please point me where to look for modifying look-and-feel for the java applet box. Thank you!

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

Re: modifying applet

Post by support »

Enable "resources" parameter:
<PARAM NAME="resources" VALUE="i18n">
Copy i18n.properties (available in documentation/tutorial folder) in the same folder as JavaScript/HTML.
Edit i18n.properties and uncomment:
lookandfeel=auto
Try it and it should use the native look and feel.

Then to use your own look and feel see:
viewtopic.php?f=2&t=258&p=1064&hilit=lookandfeel#p1064

nackilsung
Posts: 3
Joined: Fri Aug 28, 2009 11:16 pm

Re: modifying applet

Post by nackilsung »

Thank you!

Post Reply