I am new to Java and I need your opinion on the best way to show results of a database to the users of my program.
The data which I provide will be in standard format, after querying in MySql and there is no need to change this query. So there is no need to change the way they look, but I would like to add some functionality.
To be more specific I would like them to be able to click on the path of files and open them with the default program of their operating system and to gather some boolean data from one column of this table.
The
Desktopclass has a method that allows you to open a file in a text editor.