I am extending the JFrame and trying to add the JTable in a JPanel with the help of JScrollPane.
Above is the part of example and for above I am getting the out as the rows are gettin populated only on middle area of the JFrame cutting the left pary as well as the right part of the JFrame. If I am trying to add the JScrollPane directly to the JFrame , then it the output is fine.