Package | Description |
---|---|
java.awt | Contains all of the classes for creating userinterfaces and for painting graphics and images. |
java.awt.print | Provides classes and interfaces for a general printing API. |
javax.management | Provides the core classes for the Java Management Extensions. |
org.xml.sax.helpers | This package contains "helper" classes, includingsupport for bootstrapping SAX-based applications. |
Modifier and Type | Method | Description |
---|---|---|
void | SplashScreen.setImageURL(URL imageURL) Changes the splash screen image. |
Modifier and Type | Method | Description |
---|---|---|
abstract void | PrinterJob.setPageable(Pageable document) Queries document for the number of pages and thePageFormat andPrintable for each page held in thePageable instance,document . |
Modifier and Type | Method | Description |
---|---|---|
staticObjectName | ObjectName.getInstance(String name) Return an instance of ObjectName that can be used anywhere an object obtained with new ObjectName(name) can be used. |
Modifier and Type | Method | Description |
---|---|---|
staticParser | ParserFactory.makeParser() Deprecated. Create a new SAX parser using the `org.xml.sax.parser' system property. |