NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
ellias2007
Joined: 12 Feb 2009 Posts: 31
|
Posted: Wed Dec 09, 2009 9:39 pm Post subject: Best Swing Tool ?! |
|
|
Hi all,
i am asking about the more usable swing tool used for holding a table obtained after a some search containing some rows and colums ....
in Php, they use usually the <td> and <tr> HTML tags to writing the rows and columns holding the Data....
now in Java, i use the Jlist with some -may be complicated- editings....
Is it the Best tool ??
Please advice me |
|
| Back to top |
|
 |
julsorio
Joined: 05 Jun 2009 Posts: 168 Location: Bogota, Colombia, South America
|
Posted: Wed Dec 09, 2009 10:11 pm Post subject: Re: Best Swing Tool ?! |
|
|
you can use Data Table Model in swing appsand dataTable in jsf
2009/12/9 ellias2007 <address-removed ([email]address-removed[/email])>
| Quote: | Hi all,
i am asking about the more usable swing tool used for holding a table obtained after a some search containing some rows and colums ....
in Php, they use usually the <td> and <tr> HTML tags to writing the rows and columns holding the Data....
now in Java, i use the Jlist with some -may be complicated- editings....
Is it the Best tool ??
Please advice me
|
--
Julian Osorio Amaya
Ingenier |
|
| Back to top |
|
 |
Glenn Holmer Posted via mailing list.
|
Posted: Thu Dec 10, 2009 1:36 pm Post subject: Re: Best Swing Tool ?! |
|
|
On Wed, 2009-12-09 at 21:39 +0000, ellias2007 wrote:
| Quote: | i am asking about the more usable swing tool used for holding a table
|
http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
--
____________________________________________________________
Glenn Holmer address-removed
Software Engineer phone: 414-908-1809
Weyco Group, Inc. fax: 414-908-1601 |
|
| Back to top |
|
 |
Christopher Lam Posted via mailing list.
|
Posted: Thu Dec 10, 2009 3:56 pm Post subject: Re: Best Swing Tool ?! |
|
|
Hi,
Are you looking for a tool to develop your application or are you looking for the method to implement a table in Swing? You can't compare PHP with Swing, because they are different technologies altogether, PHP is web-based and Swing is for desktop-based or standalone UI application.
Base on what I read, I think you are asking for the best way to implement a table in Swing, and that would be JTable, here's a tutorial on how to use it, http://java.sun.com/docs/books/tutorial/uiswing/components/table.html.
Hope this helps.
Regards,
Christopher Lam
On 10-Dec-2009, at 5:39 AM, ellias2007 wrote:
| Quote: | Hi all,
i am asking about the more usable swing tool used for holding a table obtained after a some search containing some rows and colums ....
in Php, they use usually the <td> and <tr> HTML tags to writing the rows and columns holding the Data....
now in Java, i use the Jlist with some -may be complicated- editings....
Is it the Best tool ??
Please advice me
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|