thx for your answer and the helpful link, but i still have the problem that i cant find a way to remove header and the blue border arround my view
application-context.xml:
Code:
<bean id="initialView"
class="org.springframework.richclient.application.support.DefaultViewDescriptor">
<property name="viewClass" value="rcpTest.gui.InitialView" />
</bean>
initialview.java
Code:
public class InitialView extends AbstractView{
protected JComponent createControl()
maybe there is another class for views available? or something like a factory where i can define the standard appearence for my views?