Forum Discussion
sballange
12 years agoNew Contributor
Adding a simple
In soapui/src/main/java/com/eviware/soapui/SoapUI.java line 288 ( https://github.com/SmartBear/soapui/blo ... .java#L288 ) right after
solved the issue,
I'm not a Java guy and I don't know enough about SoapUI so I won't create a pull request but it seems to be a really small thing. Side note, I tried to duplicate the behaviour of SoapUISplash and center the window but it sees the 2 monitors as 1 giant one and positions the window right in the middle (overlapping the 2 screens).
frame.setLocation(100, 100);
In soapui/src/main/java/com/eviware/soapui/SoapUI.java line 288 ( https://github.com/SmartBear/soapui/blo ... .java#L288 ) right after
frame.setSize( 1000, 750 );
solved the issue,
I'm not a Java guy and I don't know enough about SoapUI so I won't create a pull request but it seems to be a really small thing. Side note, I tried to duplicate the behaviour of SoapUISplash and center the window but it sees the 2 monitors as 1 giant one and positions the window right in the middle (overlapping the 2 screens).
Related Content
- 4 years ago
- 10 years ago
- 6 years ago
Recent Discussions
- 7 days ago