I’m searching for a free, open-source if possible, Java swing library that improves the existent JTable (which is very simple).
I want to do an application with a spreadsheet similar to Excel one. Without the formula but with copy/paste functionalities (multiple paste if multiple selection), column reorganizing, etc…
I’ve found some, like JGrid (Jeppers) but is to simple. Or KTable, NatTable, NebulaGrid but they are for SWT :(. QuickTable seems cool but the free version has an advertisement text display above the grid…
I’m not aware of any free solutions that suite your needs. SwingX offers JXTable, which I assume is too simple for you. Haven’t tried it myself, though. JIDE does have some powerful table components but they’re not free.