Searched refs:iButtonWidth (Results 1 – 1 of 1) sorted by relevance
58 private int iButtonWidth = 50; field in WizardDialog449 Integer IButtonWidth = new Integer(iButtonWidth); in drawNaviBar()457 int iCancelPosX = iDialogWidth - iButtonWidth - 6; in drawNaviBar()458 int iFinishPosX = iCancelPosX - 6 - iButtonWidth; in drawNaviBar()459 int iNextPosX = iFinishPosX - 6 - iButtonWidth; in drawNaviBar()460 int iBackPosX = iNextPosX - 3 - iButtonWidth; in drawNaviBar()
Completed in 9 milliseconds