• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作業部屋の使い方を試しています。


Commit MetaInfo

Revision76 (tree)
Time2014-08-14 09:38:16
Authortuna_p

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/HtmlTest2/src/Form/HtmlSearch.java (revision 75)
+++ trunk/HtmlTest2/src/Form/HtmlSearch.java (revision 76)
@@ -335,6 +335,7 @@
335335 String rtn = par.search((SearchData)slist1);
336336 jTxtRtn.append(rtn + "\r\n");
337337 }
338+ jTxtRtn.setCaretPosition(0);
338339 }//GEN-LAST:event_jMenu2MouseClicked
339340
340341 private void jBtnRowCpyActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBtnRowCpyActionPerformed
@@ -353,6 +354,7 @@
353354 String rtn = par.search((SearchData)slist1);
354355 jTxtRtn.append(rtn + "\r\n");
355356 }
357+ jTxtRtn.setCaretPosition(0);
356358 }//GEN-LAST:event_jBtnSearchActionPerformed
357359
358360 private void jMenuItem1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jMenuItem1ActionPerformed