Searched refs:screenDim (Results 1 – 1 of 1) sorted by relevance
611 Dimension screenDim = Toolkit.getDefaultToolkit().getScreenSize(); in makeWindowPositionRage() local616 pos.x = screenDim.width / 2; in makeWindowPositionRage()617 pos.y = screenDim.height / 2; in makeWindowPositionRage()622 size.Height = screenDim.height; in makeWindowPositionRage()623 size.Width = screenDim.width; in makeWindowPositionRage()
Completed in 16 milliseconds