I want to handle user input in a jtable column. For example there is a time input column whereby the input should always be in "##:##" format.
I am thinkin of using CellEditor but i have no idea on how to accomplish this.
what is the best way to do input validation on a jtable apart from using a JDialog??
Thanks
