I have a fairly simple java application that connects to a database, in the console I type the query I want to pass by parameter to the executeQuery. Now I need to pass all this to a graphical interface. Is there any way I can create just one window, and pass the data as they are willing to the GUI?
I have nothing done yet, I have a JTable just declared, because I did not find any good tutorial on how to do it. In my program I have a JTextArea that receives a query, then I will need to dynamically display this table as soon as I click the execute button. My question is how popular is this table.