Searched refs:leftWindowWidth (Results 1 – 1 of 1) sorted by relevance
260 int leftWindowWidth = (width-40)/3; in buildUI() local261 int middleWindowWidth = leftWindowWidth; in buildUI()262 int rightWindowWidth = leftWindowWidth; in buildUI()263 int leftPaneWidth = leftWindowWidth+middleWindowWidth; in buildUI()303 new Dimension( leftWindowWidth, frameHeight )); in buildUI()339 new Dimension( leftWindowWidth, frameHeight )); in buildUI()367 leftWithMiddlePane.setDividerLocation( leftWindowWidth ); in buildUI()
Completed in 11 milliseconds