Embed « JTable « Java Swing Q&A





1. embedding a JTable in a JSP    coderanch.com

I cannot use an applet as the records are from multple tables in a DB. This has got nothing to do with whether you can use an applet or not, that's up to how you code your JDBC access and how you transfer the data to the applet. I've seen plenty of applets showing and accessing data from multiple tables, multiple ...

2. embedding objects in JTables    coderanch.com

3. can swing embed a html table in any kind of panel ?    coderanch.com

I am new to swing. Here is what I try to do --- I create a frame containing some panels. User inputs some parameters in some fields, then click "Get Results in Table" button. I want it pops up another frame or panel or whatever. In this new Panel it will includes a HTML type table containing the calculation results based ...