Page 1 of 1

modifying applet

Posted: Fri Aug 28, 2009 11:19 pm
by nackilsung
I'm lazy. Please point me where to look for modifying look-and-feel for the java applet box. Thank you!

Re: modifying applet

Posted: Sat Aug 29, 2009 8:05 am
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

Re: modifying applet

Posted: Tue Sep 01, 2009 10:03 pm
by nackilsung
Thank you!