Opening a new Window with Java RCP and SWT
问题 I'm currently developing an app, and for this, I'm using Java RCP with SWT. What I want : I have a window, and when I click on a Button, i need a whole window to be opened. The window works perfectly and looks like this : Window1 When I press it, a new window opens. It looks like this : Window2 (Yup, the middle pic has its importance) How it's currently done : The Window 1 is a TrimmedWindow done with the Application.e4xmi, with some Parts in. The button is included in one of these parts.