コード例 #1
0
 /** Sets the current output line. */
 public void setCurrentOutputLine(int line) {
   outputComponent.setSelectedRow(line);
 }
コード例 #2
0
 /** Sets the current comparison line. */
 public void setCurrentComparisonLine(int line) {
   comparisonComponent.setSelectedRow(line);
 }
コード例 #3
0
 /** Sets the current script line. */
 public void setCurrentScriptLine(int line) {
   scriptComponent.setSelectedRow(line);
 }