Searched refs:cmdButtonHoriDist (Results 1 – 1 of 1) sorted by relevance
198 final int cmdButtonHoriDist = 4; in FieldSelection() local202 … ListBoxWidth = new Integer(((CompWidth - 3 * cmdButtonHoriDist - 2 * cmdButtonWidth) / 2)); in FieldSelection()203 …Integer cmdShiftButtonPosX = new Integer((CompPosX + ListBoxWidth.intValue() + cmdButtonHoriDist)); in FieldSelection()206 … SelListBoxPosX = new Integer(cmdShiftButtonPosX.intValue() + cmdButtonWidth + cmdButtonHoriDist); in FieldSelection()215 …eButtonPosX = new Integer(SelListBoxPosX.intValue() + ListBoxWidth.intValue() + cmdButtonHoriDist); in FieldSelection()
Completed in 11 milliseconds