Interfacing with TV

I would like to display particular content shown in JAVA page to TV.How's it possible.Please help me.
[109 byte] By [renjua] at [2007-11-27 5:45:20]
# 1
By buying a graphics adaptor with a TV connector.
CeciNEstPasUnProgrammeura at 2007-7-12 15:27:00 > top of Java-index,Java Essentials,Java Programming...
# 2
... or by calling a local TV broadcaster and showing them your output ...
quittea at 2007-7-12 15:27:00 > top of Java-index,Java Essentials,Java Programming...
# 3
The program should show only one frame on the TV. I mean. It should show the display both on TV and Monitor at the same time.But on TV it should only show one of the frame.
renjua at 2007-7-12 15:27:00 > top of Java-index,Java Essentials,Java Programming...
# 4

> The program should show only one frame on the TV. I

> mean. It should show the display both on TV and

> Monitor at the same time.But on TV it should only

> show one of the frame.

So write a new graphics device driver, super-tightly integrated with Windows or whatever OS you use. Come back when you're done and tell me how it went (assuming I'm still alive in 2152). Hint: don't use Java.

CeciNEstPasUnProgrammeura at 2007-7-12 15:27:00 > top of Java-index,Java Essentials,Java Programming...