Searched refs:numCols (Results 1 – 1 of 1) sorted by relevance
57 int numCols) { in HelpDialog() argument62 addButtonAndTextArea(numRows, numCols); in HelpDialog()74 private void addButtonAndTextArea(int numRows, int numCols) { in addButtonAndTextArea() argument75 t = new TextArea(null, numRows, numCols, in addButtonAndTextArea()