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"?

[433 byte] By [arijit_dattaa] at [2007-10-3 1:26:38]
# 1
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.
gimbal2a at 2007-7-14 18:24:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

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

arijit_dattaa at 2007-7-14 18:24:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
use images for buttons or css styled buttons
jgalacambraa at 2007-7-14 18:24:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...