Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Alma Austin   on Oct 04 In Java Category.

  
Question Answered By: Elisabeth Bell   on Oct 04


You can use Swing's components such as JTable, see: java.sun.com/.../table.html

For size of your applet, it has no direct solution and you should do a trick.
for example in your JSP:

<applet ... width=<%= ( number_of_rows * a_constant) %> ../>

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on DB problem Or get search suggestion and latest updates.


Tagged: