author | lana |
Thu, 26 Dec 2013 12:04:16 -0800 | |
changeset 23010 | 6dadb192ad81 |
parent 21254 | f6d36ee3f269 |
permissions | -rw-r--r-- |
2 | 1 |
<!-- |
23010
6dadb192ad81
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
lana
parents:
21254
diff
changeset
|
2 |
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. |
2 | 3 |
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
||
5 |
This code is free software; you can redistribute it and/or modify it |
|
6 |
under the terms of the GNU General Public License version 2 only, as |
|
5506 | 7 |
published by the Free Software Foundation. Oracle designates this |
2 | 8 |
particular file as subject to the "Classpath" exception as provided |
5506 | 9 |
by Oracle in the LICENSE file that accompanied this code. |
2 | 10 |
|
11 |
This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
accompanied this code). |
|
16 |
||
17 |
You should have received a copy of the GNU General Public License version |
|
18 |
2 along with this work; if not, write to the Free Software Foundation, |
|
19 |
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 |
||
5506 | 21 |
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 |
or visit www.oracle.com if you need additional information or have any |
|
23 |
questions. |
|
2 | 24 |
--> |
25 |
||
26 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> |
|
27 |
<html> |
|
21254
f6d36ee3f269
8025824: [cleanup] Fix tidy errors and warnings in preformatted HTML files related to 2d/awt/swing
yan
parents:
5506
diff
changeset
|
28 |
<head><title></title></head> |
2 | 29 |
<body bgcolor="white"> |
30 |
||
31 |
Provides classes and interfaces for a general printing API. The |
|
32 |
API includes such features as: |
|
33 |
<ul> |
|
34 |
<li>the ability to specify document types |
|
35 |
<li>mechanisms for control of page setup and page formats |
|
36 |
<li>the ability to manage job control dialogs |
|
37 |
</ul> |
|
38 |
||
39 |
||
40 |
<!-- |
|
41 |
<h2>Package Specification</h2> |
|
42 |
||
43 |
##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT ##### |
|
44 |
<ul> |
|
45 |
<li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a> |
|
46 |
</ul> |
|
47 |
||
48 |
<h2>Related Documentation</h2> |
|
49 |
||
50 |
For overviews, tutorials, examples, guides, and tool documentation, please see: |
|
51 |
<ul> |
|
52 |
<li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a> |
|
53 |
</ul> |
|
54 |
--> |
|
55 |
||
56 |
@since 1.2 |
|
57 |
</body> |
|
58 |
</html> |