Is it possible to set the default initial startup size of an Eclipse RCP application?

31 Views Asked by At

I'm working on creating an application using Eclipse Rich Client Platform, and I'm currently looking for a method to establish the default initial window size for when the application first launches. My project is based on Eclipse version 4.31, and I've noticed that the starting window size has traditionally been 1000 x 760 pixels across various versions of Eclipse. I'm interested in setting the initial size to 1280 x 720 pixels or another dimension that maintains a 16:9 aspect ratio.

Additionally, it's important that if a user manually adjusts the window size, the application should remember and use the user's customized settings instead of reverting to the default dimensions upon restarting.

0

There are 0 best solutions below