www.digitalmars.com         C & C++   DMDScript  

c++.mfc - Table

reply "Phill" <phillbert pacific.net.au> writes:
Hi there

Can anyone tell me the equivalent class in MFC of
a JTable in Java.

Phill.
Apr 20 2002
parent reply Jan Knepper <jan smartsoft.cc> writes:
<g>
What does JTable do in Java?

Phill wrote:

 Hi there

 Can anyone tell me the equivalent class in MFC of
 a JTable in Java.

 Phill.
Apr 21 2002
parent reply "Phill" <phillbert pacific.net.au> writes:
Its a Swing version of a java.awt.Table.
Similar to the view of a Database table.


"Jan Knepper" <jan smartsoft.cc> wrote in message
news:3CC3288E.5834FD0D smartsoft.cc...
 <g>
 What does JTable do in Java?

 Phill wrote:

 Hi there

 Can anyone tell me the equivalent class in MFC of
 a JTable in Java.

 Phill.
Apr 21 2002
next sibling parent Jan Knepper <jan smartsoft.cc> writes:
<g>
There is no such thing in C++.
You might want to look into MFC and using CListCtrl / CListView.

Jan



Phill wrote:

 Its a Swing version of a java.awt.Table.
 Similar to the view of a Database table.

 "Jan Knepper" <jan smartsoft.cc> wrote in message
 news:3CC3288E.5834FD0D smartsoft.cc...
 <g>
 What does JTable do in Java?

 Phill wrote:

 Hi there

 Can anyone tell me the equivalent class in MFC of
 a JTable in Java.

 Phill.
Apr 21 2002
prev sibling parent reply Chris <chris widdows.demon.nl> writes:
On Mon, 22 Apr 2002 09:34:44 +1000, "Phill" <phillbert pacific.net.au>
wrote:

Its a Swing version of a java.awt.Table.
Similar to the view of a Database table.
No direct equivalent in C++, there are a couple of free grid controls in www.thecodeproject.com or there is www.dundas.com for which you will have to pay. Chris.
"Jan Knepper" <jan smartsoft.cc> wrote in message
news:3CC3288E.5834FD0D smartsoft.cc...
 <g>
 What does JTable do in Java?

 Phill wrote:

 Hi there

 Can anyone tell me the equivalent class in MFC of
 a JTable in Java.

 Phill.
Apr 22 2002
next sibling parent "Phill" <phillbert pacific.net.au> writes:
Thanks !
"Chris" <chris widdows.demon.nl> wrote in message
news:et49cukt0fe0rd5kpk1gp4qmehv0tgm9l0 4ax.com...
 On Mon, 22 Apr 2002 09:34:44 +1000, "Phill" <phillbert pacific.net.au>
 wrote:

Its a Swing version of a java.awt.Table.
Similar to the view of a Database table.
No direct equivalent in C++, there are a couple of free grid controls in www.thecodeproject.com or there is www.dundas.com for which you will have to pay. Chris.
"Jan Knepper" <jan smartsoft.cc> wrote in message
news:3CC3288E.5834FD0D smartsoft.cc...
 <g>
 What does JTable do in Java?

 Phill wrote:

 Hi there

 Can anyone tell me the equivalent class in MFC of
 a JTable in Java.

 Phill.
Apr 23 2002
prev sibling parent "Phill" <phillbert pacific.net.au> writes:
Thanks its a great site
Phill

"Chris" <chris widdows.demon.nl> wrote in message
news:et49cukt0fe0rd5kpk1gp4qmehv0tgm9l0 4ax.com...
 On Mon, 22 Apr 2002 09:34:44 +1000, "Phill" <phillbert pacific.net.au>
 wrote:

Its a Swing version of a java.awt.Table.
Similar to the view of a Database table.
No direct equivalent in C++, there are a couple of free grid controls in www.thecodeproject.com or there is www.dundas.com for which you will have to pay. Chris.
"Jan Knepper" <jan smartsoft.cc> wrote in message
news:3CC3288E.5834FD0D smartsoft.cc...
 <g>
 What does JTable do in Java?

 Phill wrote:

 Hi there

 Can anyone tell me the equivalent class in MFC of
 a JTable in Java.

 Phill.
Apr 24 2002