I am new to java and I am trying to build a simple project that connects to database then display it on JTable with MouseClick event. When i click in the row to transfer its content to JTextFields but it returns NullPointerException in line 225. Here's the full code of my project:I am new to java and I am trying to build a sim