テキストの各行をキーと値に分離し、複数テキストファイルを読み込み、キーを突き合わせ照合し、その結果を表示するGUIユーテリティです。
Revisão | 16bae4d4029d93ef632a55a5194199e96f2d5012 (tree) |
---|---|
Hora | 2011-10-23 02:29:42 |
Autor | seraphy <seraphy@192....> |
Commiter | seraphy |
・データがないセルは灰色の背景色とする
@@ -220,6 +220,10 @@ public class TextKeyMatcherView extends FrameView implements ExitListener { | ||
220 | 220 | return this.evenColor; |
221 | 221 | } |
222 | 222 | |
223 | + /** | |
224 | + * データがnullである場合の背景色を設定する. | |
225 | + * @param nullValueColor 背景色 | |
226 | + */ | |
223 | 227 | public void setNullValueColor(Color nullValueColor) { |
224 | 228 | if (nullValueColor == null) { |
225 | 229 | throw new IllegalArgumentException(); |