I need some swing components to be deployed in servoy.I used some bean components from http://common.l2fprod.com/. When i am trying to run it i am getting the L&F not being set problem and the
“UIDefaults.getUI() failed: no ComponentUI class…” exception.
Can anyone give me some suggestions regarding the approach to be followed to solve this problem and run my components in servoy.
Thanks in advance…
Which aspect of these components do you need to use ?
I need to deploy the collapsiblepane swing component in servoy. I had got this component from jide components. So when i am trying to deploy the component and use it, i am getting the above error. I got a suggestion that we need to set the context classloader on the thread which references the UI class, But i am not able to get that point as i am new to the swing environment. So can anyone help me in resolving this problem.
Thank you,