Same "Look and Feel"
Hi I am new to J2EE Programming.. so could you guys help me out with this silly question?
One of the main advantages of Swing is "Same Look and Feel" accross platforms. Now I am coding HTML pages and using servlets to handle the requests. But i dont get this same look and feel . The button on a same webpage looks very differnt in Xp and 2000.
Can u tell me, how can i go about getting this "same Look and Feel"?
Swing is a client side API to handle GUI presentation, it has nothing, I repeat NOTHING to do with servlets or HTML. Your pages are being rendered by the browser, not Java.
Thanks for replying. But isint there any way in which I can dictate the display? For eg. In this very Site the 'Reply' buttons that are available on the Forums page have a same look and feel accross all platforms.
How to go about achieving that?
Message was edited by:
arijit_datta