Does latest JDK fully support mixing of heavy and light components
Hi there,
Older JDKs have problems to support mixing heavy and light components.
I learned from below article that newer JDKs(since JDK 6 update 12 and JDK7 build 19 releases) can seamlessly mixing heavyweight and lightweight components,
Mixing heavy and light components
If the answer to my question is yes, can someone helps to provide some programming tips? I have problems to mix heavy and light components(Canvas and swing components) here.
Thanks,
Lin