To provide swing support for IE4 which has jre 1.1 as swing supports jre1.2
bapi dhar
Ranch Hand
Joined: Mar 02, 2001
Posts: 32
posted
0
dear friends i would like to swing in my project.what if the counterpart does not support swing like IE4, as swing requires JRE 1.2. Besides using awt here. many thanx ------------------
deekasha gunwant
Ranch Hand
Joined: May 06, 2000
Posts: 396
posted
0
Hi bapi,
If ur browser do not support swing and u still want to use swing in your application .then the only way out the plugin.
and for this u need to get HTMLConverter(from sun's site ) and convert your HTML using .
Once converted the page will automatically try to download the plugin when accessed first time. but remember that plugin takes quite a significant amount of time to download and when the user will try to access your application from slow internet ........ it will not be very pleasing for him/her. so do think about the plugin download time before you decide in favour of swing.
regards deekasha
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: To provide swing support for IE4 which has jre 1.1 as swing supports jre1.2