Thread overview
Table
Apr 21, 2002
Phill
Apr 21, 2002
Jan Knepper
Apr 21, 2002
Phill
Apr 22, 2002
Jan Knepper
Apr 22, 2002
Chris
Apr 23, 2002
Phill
Apr 24, 2002
Phill
April 21, 2002
Hi there

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

Phill.



April 21, 2002
<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.

April 21, 2002
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.
>


April 22, 2002
<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.
> >

April 22, 2002
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.
>>
>

April 23, 2002
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.
> >>
> >
>


April 24, 2002
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.
> >>
> >
>