i'm successfully use swing 1.1 together with my MS Visual J++ 6.
i have my MFC as main window and upon menu selection, i will pop up swing frame. inside that frame, i'm implement borderlayout and put a JPanel in the center of that layout. that JPanel using flowlayout.
depending on user configuration, i will display a number sliders on that JPanel.
the problem is, most of the time, it working fine.
but, sometime, the slider will not appears and sometime, only few slider appears.
any idea on what happended?...