ISwingFormManager.getFormPanel() returning null

Questions and answers on developing, deploying and using plugins and JavaBeans

ISwingFormManager.getFormPanel() returning null

Postby sdevlin » Fri Apr 29, 2005 12:43 am

Can you give an example of how best to use this new method?

It is returning null. The name parameter I am passing it is the name of one of the forms in the solution.

public void js_showForm(String name){
....
ISwingFormManager manager = (ISwingFormManager)app.getFormManager();
JComponent comp = manager.getFormPanel(name, new JPanel());
....
}

Thanks,
Sean
sdevlin
 
Posts: 125
Joined: Tue Apr 13, 2004 3:33 am

Return to Plugins and Beans

Who is online

Users browsing this forum: Bing [Bot] and 33 guests

cron