• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

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

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


Commit MetaInfo

Revisão16bae4d4029d93ef632a55a5194199e96f2d5012 (tree)
Hora2011-10-23 02:29:42
Autorseraphy <seraphy@192....>
Commiterseraphy

Mensagem de Log

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

Mudança Sumário

Diff

--- 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();