Hi everyone,

Does anyone know where i can get hold of the source code for the following
api

JTextComponent.print(MessageFormat headerFormat,MessageFormat
footerFormat)
throws PrinterException

This code is part of the new java second edition 6.0.

I have tried searching google but could not find any of its source code.
What i am trying to do is hopefully create a backport for 1.5

Does anyone know where i find the java source code to the above api

Any help is greatly appreciated

Yours Sincerely

Richard West

Recommended Answers

All 4 Replies

the full source code of production releases of the core API is included in the distribution.
AFAIK the same is true for beta releases.
The full source of the JDK is also available online from the JCP, but do read the license.

You will NOT be allowed to distribute any modified versions of any version of the JDK or JRE btw. and there are strict limits to what you're allowed to do with the source (you're not allowed to use it as part of your own work for example).

Hi everyone,

the full source code of production releases of the core API is included in the distribution.
AFAIK the same is true for beta releases.

The problem is i am still using 1.4.2, but i haven't download and installed the 1.6 to the network computer i have with me
I was hoping someone had the source code already for me to see it

The full source of the JDK is also available online from the JCP, but do read the license.

JCP?? Where is this site, do you have the url to it. Can i find beta sources there as well??

Hoping to hear from you

Yours Sincerely

Richard West

The 6.0 is still in beta, use 5.0 instead.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.