Re: Form on JInternalFrame?

Originally Posted by
hszetu
I want to know if forms can be displayed in Internal frames?
Seems is possible. Example, create Form, call Form.getControl() and then put return value on JInternalFrame's content pane.

Originally Posted by
hszetu
I currently have a form displayed on a modal TitledPageApplicationDialog. Basically, I don't want the form to be modal and in an internal frame.
You want something like dialog but not modal? Why you doing this? I mean, what is use case, really? I am wondering this.

Originally Posted by
hszetu
Is there a similar class that can display the form content and message like TitledPageApplicationDialog but on a internal frame?
So what you saying is you want a JInternalFrame to contain you form instead of a Dialog but you want it to have similar services as TitledPageApplicationDialog (example, displaying of RulesSource validation messages for bad data on Form)? I think, what you need is something like a TitledPageJInternalFrame. I'm sure this sort of class doesn't exist in Spring Rich Client.
KEITH or OLLIE: Is possible for you to make some sort of TitledPageJInternalFrame? Or maybe you can suggesting some sort of workaround for hszetu?
Stefano Rossi
"If I want your opinion, I'll give it to you."