Searched refs:scrollAreaWidth (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DScrollPanel.java51 private int scrollAreaWidth = 0; field in class:ScrollPanel
138 return scrollAreaWidth;
141 public void setScrollAreaWidth(int scrollAreaWidth) { argument
142 this.scrollAreaWidth = scrollAreaWidth;
276 if (scrollAreaWidth != 0)
277 compMin.width = scrollAreaWidth;

Completed in 78 milliseconds