Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Visual Editor and JTable
Visual Editor and JTable [message #101437] Sun, 07 August 2005 16:05 Go to next message
Eclipse UserFriend
Originally posted by: massengo133.yahoo.fr

Hello,

I am trying to display data from my database in a jTable with VE, but I
dont know how to configure the jTable properties. When I run the
application, I can see only an empty frame without any data.

Can anyone help me.

Thanks.
Re: Visual Editor and JTable [message #101453 is a reply to message #101437] Sun, 07 August 2005 21:07 Go to previous message
Eclipse UserFriend
Originally posted by: myersj.nospam.gmail.com

Hey Sam,

Take a look at Sun's tutorial on using the JTable:
http://java.sun.com/docs/books/tutorial/uiswing/components/t able.html

Basically, you'll need to create a table model that will be used by the
table to populate it with data.

Hope this helps,
- Jeff

sam wrote:
> Hello,
>
> I am trying to display data from my database in a jTable with VE, but I
> dont know how to configure the jTable properties. When I run the
> application, I can see only an empty frame without any data.
>
> Can anyone help me.
>
> Thanks.
>
Re: Visual Editor and JTable [message #610164 is a reply to message #101437] Sun, 07 August 2005 21:07 Go to previous message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 396
Registered: July 2009
Senior Member
Hey Sam,

Take a look at Sun's tutorial on using the JTable:
http://java.sun.com/docs/books/tutorial/uiswing/components/t able.html

Basically, you'll need to create a table model that will be used by the
table to populate it with data.

Hope this helps,
- Jeff

sam wrote:
> Hello,
>
> I am trying to display data from my database in a jTable with VE, but I
> dont know how to configure the jTable properties. When I run the
> application, I can see only an empty frame without any data.
>
> Can anyone help me.
>
> Thanks.
>
Previous Topic:Visual Editor and JTable
Next Topic:how to implement it by using VE/ SWT?
Goto Forum:
  


Current Time: Fri Apr 26 18:19:53 GMT 2024

Powered by FUDForum. Page generated in 0.03031 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top