Note that when a validation or conversion error occurs, the value change listener method is not called and the value in the Static Text component does not change.
妥当性検査または変換エラーが発生すると、値変更リスナーメソッドが呼び出されず、静的テキストコンポーネントの値は変更されません。 - NetBeans
If the date you selected falls within the default minimum and maxium dates, the Static Text displays a valid message, as shown in Figure 2.If you choose a date outside this range, you see a validation error message.
選択した日付が、日付のデフォルトの最小値と最大値の範囲内に収まっている場合、図 2 に示すように、日付が有効であることを示すメッセージが静的テキストに表示されます。 範囲外の日付を選択した場合は、検査エラーのメッセージが表示されます。 - NetBeans