Loading a Servoy Form into JInternalFrame Bean?

Is this possible?

I am pretty sure that that is not possible…

I’m pretty sure it CAN be done! :)

Look here: http://www.servoymagazine.com/home/2007 … jinte.html

ah sorry, not forms! :oops:

No, that is not a form but java objects in that frame…

But yes, I think it can be done. But that would require a lot of coding…

Looks like we were editing at the same time :)

yeah, I know I had to be fast! :lol:

Haven’t checked it, but doesn’t that work exactly the same way as setting a form into a JSplitPanes: Place the bean and a tabPanel containing the form on a form and then add the tabPanel to the bean.

Paul

Why didn’t I think of that, works great! Thanks.

hmm, never thought of that either :oops: