@cen: OH! it's small and efficient! thanks a lot cen!
Guys, I need you help... I need to make a JTable that has the capability of cell spanning. Any ideas on how to go about it? I tried to place another table within the cell but it did't work.
What do you mean by cell spanning bro? Sorry for my ignorance.Originally Posted by DII
Merging of multiple cells, just like in MS Excel.Originally Posted by cen
ahh... wala ko'y idea. Wala pa sad ko kaabot ana. Project nako karon ka'y nag-gamit man gud og JTable. Nya merging multiple cells ka'y dili covered.Originally Posted by DII
I don't think that Sun Microsystems built any functions that would enable cell spanning. So far, I've haven't found any leads about it in their API. Anyways, maybe others might know about it and they can help..Originally Posted by cen
you can merge cells but it includes all columns under those cells. it can be customized. other than that, the Java Swing that i know doesn't support it.
try to check on the java forums if this is already supported for the latest version.
I've been searching about cell spanning in the Java Technology Forums, so far they usually just give you a link to another Java developer about how he/she came up with their own cell spanning table. It works but if I implement their source code, the changes to my module would be too drastic and I can't use the latest version cause I'm bounded to use the Java 1.5 Update 06 version.
you can redo the code to support for your module. or get the concept how the programmer implemented it and create it from scratch.
Similar Threads |
|