Hi!
A recent change (revision 1304, by peterdb) in the RCP made my application stop showing my views as JInternalFrames.
Can anybody show me how is the correct way to declare in my context that all my views should open as JInternalFrames?
I was declaring this in the context:
<bean id="applicationWindowPrototype" class="org.springframework.richclient.application. mdi.DesktopApplicationWindow"
singleton="false" />
But now the DesktopApplicationWindow does not exist.
Thanks!


Reply With Quote