SpreadSheet « JTable « Java Swing Q&A





1. Do you know of a sophisticated spread sheet like component for Swing    stackoverflow.com

I need to write a data exploration tool that displays large amounts of data in a spreadsheet format. Salient problem features:

  1. Large number of rows -- typically .5 to 1 million
  2. 30-50 columns
  3. Need to ...

2. JTable like Spreadsheet    coderanch.com

3. Spreadsheet using JLabel instead of JTable!!!    forums.oracle.com

I'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 ...