The Source for Java Technology Collaboration

Home » java.net Forums » JDK » Java SE Snapshots: Project Feedback

Thread: 6.0 WebStart w/ JDNC crashes

Welcome, Guest Help
Login Login
Guest Settings Guest Settings
Reply to this Thread Reply to this Thread Search Forum Search Forum Back to Thread List Back to Thread List

Permlink Replies: 2 - Last Post: May 2, 2005 1:49 PM by: bino_george
netsql

Posts: 190
6.0 WebStart w/ JDNC crashes
Posted: May 1, 2005 10:04 AM
  Click to reply to this thread Reply

I was trying the new 6.0 WebStart. JDNC Crashes w/:
JDNC JXTable overides final method isPrinting in Mustang, so JDNC is not compatible w/ Mustang.

hth.,
.V

bino_george

Posts: 145
Re: 6.0 WebStart w/ JDNC crashes
Posted: May 2, 2005 10:44 AM   in response to: netsql
  Click to reply to this thread Reply

Hi,

> I was trying the new 6.0 WebStart. JDNC Crashes w/:
> JDNC JXTable overides final method isPrinting in
> Mustang, so JDNC is not compatible w/ Mustang.
>
> hth.,
> .V

Please refer to this JDNC forum posting about this
problem.

http://www.javadesktop.org/forums/thread.jspa?threadID=11375&tstart=0

The brief of the story is that JDNC implemented Table
printing functionality in JDNC itself before
Tiger had implemented it. Since JDK 5 has
Table printing functionality, JDNC should be fixed
to remove the duplicate code in JDNC. This will
be done soon. In the meanwhile, you can work around
this by compiling JDNC yourself and renaming
isPrinting in JXTable to isPrintingX or something.

Thanks,
Bino.

bino_george

Posts: 145
Re: 6.0 WebStart w/ JDNC crashes
Posted: May 2, 2005 1:49 PM   in response to: bino_george
  Click to reply to this thread Reply

This JDNC issue (203) has been fixed. I have removed all
the printing code from JXTable, since JDNC now requires
Tiger (and Tiger has the printing code in JTable).

Also, there is a Swing Bug that has been filed to
make the isPrinting method non-final (6260638).

Thanks for catching this problem.
Bino.




 XML java.net RSS