13.03.2016, 20:36
(This post was last modified: 13.03.2016, 20:37 by routeconverter.)
That is strange. I've integrated a lot of logic inside of RouteConverter to make sure, it comes up on the last used screen and with the last used position and size. And some more logic to cover the case when the screen or the screen size changes. Under Windows this looks different. When I manipulate to code to always return 4000x2000 pixels of frame size, it does the right thing and crops correctly:
Screen size is java.awt.Rectangle[x=0,y=0,width=1366,height=768], insets are java.awt.Insets[top=0,left=0,bottom=40,right=0]
Frame size is java.awt.Dimension[width=1366,height=728]
I've just uploaded a new RouteConverter prerelease that tries to open the frame with 4000x2000 pixels regardless of the preferences. Please download it and start it - and send me the log. I'm interested in the log lines
INFORMATION: Screen size is java.awt.Rectangle[x=0,y=0,width=1366,height=768], insets are java.awt.Insets[top=0,left=0,bottom=40,right=0]
INFORMATION: Frame size is java.awt.Dimension[width=1366,height=728]
INFORMATION: Frame location is java.awt.Point[x=0,y=0]
INFORMATION: Frame state is 0
Screen size is java.awt.Rectangle[x=0,y=0,width=1366,height=768], insets are java.awt.Insets[top=0,left=0,bottom=40,right=0]
Frame size is java.awt.Dimension[width=1366,height=728]
I've just uploaded a new RouteConverter prerelease that tries to open the frame with 4000x2000 pixels regardless of the preferences. Please download it and start it - and send me the log. I'm interested in the log lines
INFORMATION: Screen size is java.awt.Rectangle[x=0,y=0,width=1366,height=768], insets are java.awt.Insets[top=0,left=0,bottom=40,right=0]
INFORMATION: Frame size is java.awt.Dimension[width=1366,height=728]
INFORMATION: Frame location is java.awt.Point[x=0,y=0]
INFORMATION: Frame state is 0
--
Christian
Christian
