Is there any library that can check my jtextarea the right input time format?
for example the input format must be hh:mm:ss or hh:mm only.
You can use a JFormattedTextField
with MaskFormatter
, as shown in this question: JFormattedTextField with MaskFormatter