1. Do you know of a sophisticated spread sheet like component for Swing stackoverflow.comI need to write a data exploration tool that displays large amounts of data in a spreadsheet format. Salient problem features:
|
2. JTable like Spreadsheet coderanch.com |
3. Spreadsheet using JLabel instead of JTable!!! forums.oracle.comI'm trying to make a spreadsheet app using jlabels only. the spreadsheet will obviously consist of the rows and columns and cells which will be implemented all by using JLabel. Can anyone give me a clue how to start at least. At least on the GUI implementation, how can i create JLabels with rows and columns and cells. Im trying so ... |