• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签

Frequently used words (click to add to your profile)

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

テキストの各行をキーと値に分離し、複数テキストファイルを読み込み、キーを突き合わせ照合し、その結果を表示するGUIユーテリティです。


Commit MetaInfo

修订版16bae4d4029d93ef632a55a5194199e96f2d5012 (tree)
时间2011-10-23 02:29:42
作者seraphy <seraphy@192....>
Commiterseraphy

Log Message

・データがないセルは灰色の背景色とする

更改概述

差异

--- a/src/textkeymatcher/ui/TextKeyMatcherView.java
+++ b/src/textkeymatcher/ui/TextKeyMatcherView.java
@@ -220,6 +220,10 @@ public class TextKeyMatcherView extends FrameView implements ExitListener {
220220 return this.evenColor;
221221 }
222222
223+ /**
224+ * データがnullである場合の背景色を設定する.
225+ * @param nullValueColor 背景色
226+ */
223227 public void setNullValueColor(Color nullValueColor) {
224228 if (nullValueColor == null) {
225229 throw new IllegalArgumentException();