Home
last modified time | relevance | path

Searched refs:leftWindowWidth (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xmlsecurity/tools/uno/
H A DTestTool.java260 int leftWindowWidth = (width-40)/3; in buildUI() local
261 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 41 milliseconds