Anyone one know of a table to use in place of JTable?
-
I know this is a shot in the dark because there are only a few people that check this forum but here goes. I was wondering if anyone knew of a good table class that I could use in place of JTable. I see that Qwest has a good table that is part of there JClass, however I was looking for something that was free of charge. Does anyone know of any tables that I could use that would be free? Thanks!! :-D
We shouldn't assume something's debugged just because everyone in the whole world has access to the source code.
-
I know this is a shot in the dark because there are only a few people that check this forum but here goes. I was wondering if anyone knew of a good table class that I could use in place of JTable. I see that Qwest has a good table that is part of there JClass, however I was looking for something that was free of charge. Does anyone know of any tables that I could use that would be free? Thanks!! :-D
We shouldn't assume something's debugged just because everyone in the whole world has access to the source code.
Hy Use a DefaultTableModel. with this Model you can make changes. Then put the DefaultTableModel int the JTabel Constructor. and finish. Now you can work on the Model like every other array and it will change on the gui. See you