I have a java web JSP application, which I need to translate to a java desktop application, which I can distribute in a jar file.
I'm new to netbeans, and I'm trying to figure out if there's a way to use html tables, instead of the JTable provided by netbeans.
The thing is that there's a lot of code in my jsp's that create these html tables, and I was wondering if I can re-use it with netbeans.
It has to be a desktop application, it shouldn't run on a web-browser.
I understand that you can't use html in a java desktop app, but if at least I could use just html tables, that would be a huge time saver for me.
I've been searching for the right answer for a couple of days, and still haven't found a concrete answer. Plus, when you say "table", Google thinks you're talking about a database table, which is not my case.
Any help will be really appreciated