Constant representing January.
Locale which represents Japan.
Locale which represents the Japanese language.
Japanese double postcard, 148 mm x 200 mm
The Japanese Double postcard size: 148 mm by 200 mm.
Japanese postcard, 100 mm x 148 mm
The Japanese postcard size, 100 mm by 148 mm.
A top-level container that is usually used in web browsers.
Default constructor for subclasses.
Extension to a ZipEntry that contains manifest attributes and certificates.
Creates a new JarEntry with the specified name and no attributes or
or certificates.
Creates a new JarEntry with the specified JarEntry as template for
all properties of the entry.
Creates a new JarEntry with the specified ZipEntry as template for
all properties of the entry.
This exception is thrown to indicate an problem with a jar file.
Create a new JarException without a descriptive error message.
Create a new JarException with a descriptive error message indicating
what went wrong.
Representation of a jar file.
Creates a new JarFile with the indicated mode.
The connection to the jar file itself.
InputStream for reading jar files.
Creates a new JarInputStream and tries to read the manifest.
Creates a new JarInputStream and tries to read the manifest.
OutputStream for writing jar files.
Creates a new JarOutputStream without a manifest entry.
Creates a new JarOutputStream with a manifest entry.
This abstract class represents a common superclass for implementations
of jar URL's.
Creates a JarURLConnection from an URL object
Classes and interfaces for small embeddable applications
often used in web pages.
Abstract Window Toolkit classes.
Classes to represent color spaces and profiles.
Classes to represent different flavors of data for transferring native
and system types through for example a clipboard.
Events and listeners for drag and drop sources and targets.
Interfaces for using native interface components.
Listeners and adapters for different kinds of AWT events.
Representations of different kind of characters and fonts.
Classes to represent 2D objects and different path transformations.
Support for text input methods.
Interfaces for implementation of text input methods.
Image consumers, producers and filters.
Interfaces for using native interface components.
Classes for printer jobs, pages, paper sizes, graphics and formats.
Listeners and descriptors for managing beans.
Containers and execution environments for beans.
Classes for manipulating character and byte streams and files.
Core classes including wrappers for primitive types, classes, packages
and class loaders, representations of the system, processes, threads and
the core exception hierarchy.
Classes to handle annotations.
A series of management beans which provide access to information about the
virtual machine and its underlying operating system.
Low level manipulation and monitoring of object references.
Runtime inspection and manipulation of object classes, methods, arguments
and fields.
Arbitrary large decimals and integers.
Network communication through TCP and UDP sockets or URLs.
Abstract classes for manipulating buffers of different primitive types.
Classes for creating, selecting and non-blocking reading and writing of
buffers from files and sockets.
Utility classes and interfaces for implementing channels.
Classes to manipulate, encode and decode different character sets from
and to bytes.
Classes to provide new character sets.
Provides basic Remote Method Invocation (RMI) interfaces, classes and exceptions.
In the previous Classpath releases, an instance of a UnicastRemoteObject
could be accessed from a server that:
- has created an instance of that object
-
- has been running all the time
The the activation system allows to activate and execute the object
implementation on demand rather than running all time.
The Distributed Garbage Collector (DGC).
Interfaces and classes to connect to a database and wrappers for data
in the database and result queries.
Classes to iterate over strings and to format texts according to a
specific locale.
A series of service provider interfaces for use by the
classes in java.text
.
Utility classes such as collections (maps, sets, lists, dictionaries and
stacks), calendars, dates, locales, properties, timers, resource bundles and
event objects.
Utility classes for manipulating java archives
(zip files with a manifest file with attributes).
Utility classes for logging events.
Utility classes for storing and retrieving user and system preferences.
Regular expression patterns and matchers.
A series of service provider interfaces for use by the
classes in java.util
.
Utility classes to manipulate zip and gzip archives as files or streams,
includes checksum and compression support.
This is a data flavor used for transferring lists of files.
This is the MIME type used to transfer a Java object reference within
the same JVM.
This is the MIME type used to transfer a link to a remote object.
This is the MIME type used for transferring a serialized object.
Provides a contract between objects and accessibility software.
Exception wrappers for org.omg.CORBA activity status system exceptions.
This package provides image input/output APIs.
Provides the data types and descriptor classes for the
Open MBeans.
Provides the basic interfaces and classes of the Java Print Service API.
Provides classes and interfaces describing the roles and
syntax of attribute objects in the Java Print Service API.
The package contains the base attribute interface and several subinterfaces
describing the different attribute roles of printing attributes.
Provides the printing attribute classes of the Java Print Service API.
Provides events and listeners to be used with the Java Print Service API.
Java RMI over IIOP combines RMI technology with CORBA technology.
Java RMI over IIOP combines RMI technology with CORBA technology.
Provides a collection of cross-platform user interface
components.
Provides borders for use by components in the javax.swing
package.
Provides events and listeners used by components in the
javax.swing
package.
A base package for the "pluggable look and feel" (plaf) mechanism used by
the javax.swing
classes.
Provides a "basic" look and feel implementation.
Provides a cross-platform look and feel known as "Metal".
Provides a look and feel that can combine a primary look and feel with one or more auxiliary look and feels.
Provides a look and feel that can be customized by and XML file or by
providing a custom SynthStyleFactory
.
Interfaces and classes that support the
JTable
component.
Provides core text classes and interfaces representing models and views
used by the text components for display and editing of text.
Provides supporting classes for web browsers,
web robots, web page content analysers, web editors and
other applications applications working with Hypertext
Markup Language (HTML).
Provides the DTD driven for web browsers,
web robots, web page content analysers, web editors and
other applications applications working with Hypertext
Markup Language (HTML).
Provides support for Rich Text Format (RTF) data to be used with the
JEditorPane
component.
Interfaces and classes that support the
JTree
component.
Provides a mechanism to support undo/redo operations.
This package provides type mappings between XML and Java data types.
Bootstrapping APIs for JAXP parsers.
Base "TRAX" API for XSLT transformers.
Support for DOM inputs and outputs to transformers.
Support for SAX2-based XSLT transformers.
Support for text stream inputs and outputs to transformers.
API for the validation of XML documents using a range of schema languages.
This package provides access to an XPath evaluation environment and expressions.
A general purpose push button.
Creates a new button with an empty string for the button text and no
icon.
Creates a new button with the specified text and no icon.
Creates a new button with the specified text and icon.
Creates a new button from the specified action.
Creates a new button with the specified icon (and an empty string for
the button text).
A small box that displays a check or not, depending on it's
selected
state.
Constructs an unselected toggle button with no text or icon.
Constructs an unselected toggle button using the supplied text
and no icon.
Constructs a toggle button with the supplied text and state.
Constructs an unselected toggle button with the supplied text
and icon.
Constructs a toggle button with the supplied text, icon and state.
Constructs a toggle button using the labelling, state
and icon specified by the supplied action.
Constructs an unselected toggle button with the supplied icon
and no text.
Constructs a toggle button with the supplied icon and state.
A menu item that displays a checkbox.
Creates a new JCheckBoxMenuItem object.
Creates a new JCheckBoxMenuItem with given label
Creates a new JCheckBoxMenuItem object using specified label and marked as
checked if given 'state' is true.
Creates a new JCheckBoxMenuItem object with given label and icon
Creates a new JCheckBoxMenuItem object with given label, icon, and marked
as checked if given 'state' is true.
Creates a new JCheckBoxMenuItem using given action
Creates a new JCheckBoxMenuItem with given icon
A Swing widget that offers users different ways to
select a color.
This method creates a new JColorChooser with the default initial color.
This method creates a new JColorChooser with the given initial color.
This method creates a new JColorChooser with the given model.
A component that allows a user to select any item in its list and
displays the selected item to the user.
Constructs JComboBox with specified list of items.
Constructs JComboBox object with specified data model for it.
Constructs JComboBox object with specified list of items.
The base class of all Swing components.
Creates a new JComponent
instance.
Identifies a UI provided as a Swing JComponent.
This method tests whether or not the driver is JDBC compliant.
This class represents the JInternalFrame while it is iconified.
Creates a new JDesktopIcon object for representing the given frame.
JDesktopPane is a container (usually for JInternalFrames) that simulates a
desktop.
Creates a new JDesktopPane object.
Default constructor for subclasses.
Creates a new non-modal JDialog with no title
using the given owner.
Creates a new JDialog with no title using the
given modal setting and owner.
Creates a new non-modal JDialog using the
given title and owner.
Creates a new JDialog using the given modal
settings, title, and owner.
Creates a new JDialog using the given modal
settings, title, owner and graphics configuration.
Creates a new non-modal JDialog with no title
using the given owner.
Creates a new JDialog with no title using the
given modal setting and owner.
Creates a new non-modal JDialog using the
given title and owner.
Creates a new JDialog using the given modal
settings, title, and owner.
Creates a new JDialog using the given modal
settings, title, owner and graphics configuration.
Identifies a UI provided as a Swing JDialog.
A powerful text editor component that can handle different types of
content.
Creates a new JEditorPaneAccessibleHypertextSupport object.
A component that provides the user a dialog box to browse through a
filesystem and choose one or more files or directories.
Creates a new JFileChooser
object.
Creates a new JFileChooser
object.
Creates a new JFileChooser
object.
Creates a new JFileChooser
object.
Creates a new
JFileChooser
object with the specified
directory and
FileSystemView
.
Creates a new JFileChooser
object.
A text field that makes use of a formatter to display and edit a specific
type of data.
Creates a JFormattedTextField with no formatter factory.
Creates a JFormattedTextField with the specified value.
Creates a JFormattedTextField that can handle the specified Format.
Creates a JFormattedTextField with the specified formatter.
Creates a JFormattedTextField with the specified formatter factory.
Creates a JFormattedTextField with the specified formatter factory and
initial value.
A window that supports window decorations (titlebar and borders).
Creates a new frame with an empty string for the title.
Creates a new JFrame
with the specified title.
This class implements a Swing widget that looks and acts like a native
frame.
Creates a new JInternalFrame object that has an empty string for its
title, and is non-resizable, non-maximizable, non-iconifiable, and
non-closable.
Creates a new JInternalFrame object with the given title and is
non-resizable, non-maximizable, non-iconifiable, and non-closable.
Creates a new JInternalFrame object with the given title and resizable
properties.
Creates a new JInternalFrame object with the given title, resizable, and
closable properties.
Creates a new JInternalFrame object with the given title, resizable,
closable and maximizable properties.
Creates a new JInternalFrame object with the given title, resizable,
closable, maximizable and iconifiable properties.
Container class for predefined Japanese JIS media sizes.
The JIS B0 size: 1030mm x 1456mm.
The JIS B1 size: 728mm x 1030mm.
The JIS B10 size: 32mm x 45mm.
The JIS B2 size: 515mm x 728mm.
The JIS B3 size: 364mm x 515mm.
The JIS B4 size: 257mm x 364mm.
The JIS B5 size: 182mm x 257mm.
The JIS B6 size: 128mm x 182mm.
The JIS B7 size: 91mm x 128mm.
The JIS B8 size: 64mm x 91mm.
The JIS B9 size: 45mm x 64mm.
A component that displays a static text message and/or an icon.
Creates a new vertically centered, horizontally on the leading edge
JLabel object with text and no icon.
Creates a new horizontally leading and vertically centered JLabel
object with no icon and the given text.
Creates a new vertically centered JLabel object with no icon and the
given text and horizontal alignment.
Creates a new vertically centered JLabel object with the given text,
icon, and horizontal alignment.
Creates a new vertically and horizontally centered
JLabel object with no text and the given icon.
Creates a new vertically centered JLabel object with no text and the
given icon and horizontal alignment.
A container that adds depth to the usual Container
semantics.
Creates a new JComponent
instance.
Creates a new JList
object.
Creates a new JList
object.
Creates a new JList
object.
Creates a new JList
object.
This class represents a menu that can be added to a menu bar or
can be a submenu in some other menu.
Creates a new JMenu object.
Creates a new JMenu
with the specified label.
Creates a new JMenu
with specified label and an option
for this menu to be tear-off menu.
Creates a new JMenu
object.
JMenuBar is a container for menu's.
Creates a new JMenuBar object.
JMenuItem represents element in the menu.
Creates a new JMenuItem object.
Creates a new JMenuItem with the given label.
Creates a new JMenuItem object.
Creates a new JMenuItem with specified text and icon.
Creates a new JMenuItem associated with the specified action.
Creates a new JMenuItem with the given icon.
A general superclass for all non-runtime management
exceptions.
Constructs a new JMException
.
Constructs a new JMException
with the specified message.
A general superclass for all runtime management
exceptions.
Constructs a new JMRuntimeException
.
Constructs a new JMRuntimeException
with the specified message.
JMX - class javax.management.
JMX Common static methods pertaining to the management
API.
Indicates that the print job was canceled.
The job was canceled by an unidentified local user at the device.
The job was canceled by the operator.
The job was canceled by the user (the owner of the job).
Indicates that the print job was completed (=printed).
The printer completed the job successfully.
The printer completed the job with errors.
The printer completed the job with warnings.
The printer is expecting additional document data before it
can move this job into the processing state.
Indicates that the print job failed to complete.
The job was submitted with a JobHoldUntil
attribute which
specifies a time period still in the future and causes the job to
be on hold.
The printer has accepted the job or is retrieving document
data for processing.
The printer is currently interpreting the jobs document data.
The printer transfers the job to the actual output device.
The job is currently printing.
The printer has queued the document data.
The job is queued for marking.
The job is retained and is able to be restared.
The printer is transforming the document data to another representation.
JobAttributes(int,java.awt.JobAttributes.DefaultSelectionType,java.awt.JobAttributes.DestinationType,java.awt.JobAttributes.DialogType,java.lang.String,int,int,java.awt.JobAttributes.MultipleDocumentHandlingType,int[][],java.lang.String,java.awt.JobAttributes.SidesType) - constructor for class java.awt.
JobAttributes The JobHoldUntil
attribute specifies the date
and the time at which a print job must become a candidate
for printing.
Creates a JobHoldUntil
object.
The JobImpressions
printing attribute specifies
the total size in number of impressions of the documents
of a a print job.
Creates a JobImpressions
object.
The JobImpressionsCompleted
printing attribute reports
the number of impressions already processed.
Creates a JobImpressionsCompleted
object.
The
JobImpressionsSupported
printing attribute specifies the
supported range of values for the
JobImpressions
attribute.
Constructs a JobImpressionsSupported
object with the
given range of supported job impressions values.
The JobKOctets
printing attribute specifies
the total size of all the documents of a print job in K octets.
Creates a JobKOctets
object.
The JobKOctetsProcessed
printing attribute reports
the total number of octets already processed in K octets units.
Creates a JobKOctetsProcessed
object.
The
JobKOctetsSupported
printing attribute specifies the
supported range of values for the
JobKOctets
attribute.
Constructs a JobKOctetsSupported
object with the
given range for supported K octets.
The JobMediaSheets
printing attribute specifies
the total number of media sheets needed by a job.
Creates a JobMediaSheets
object.
The JobMediaSheetsCompleted
printing attribute reports
the number of media sheets already processed.
Creates a JobMediaSheetsCompleted
object.
The
JobMediaSheetsSupported
printing attribute specifies the
supported range of values for the
JobMediaSheets
attribute.
Constructs a JobMediaSheetsSupported
object with the
given range of supported job media sheets values.
The JobMessageFromOperator
printing attribute provides
a message from an operator or a system administrator related to the
print job.
Creates a JobMessageFromOperator
object.
The JobName
printing attribute provides the name of a
print job for identification.
Creates a JobName
object.
The JobOriginatingUserName
attribute specifies the name of
the user which submitted the print job.
Creates a JobOriginatingUserName
object.
The JobPriority
printing attribute specifies
the priority for scheduling a job on the print service.
Creates a JobPriority
object.
The JobPrioritySupported
printing attribute provides
the supported values for the JobPriority
attribute.
Creates a JobPrioritySupported
object.
The JobSheets
printing attribute specifies if a
job start/end sheets should be printed.
Constructs a JobSheets
object.
The JobState
printing attribute reports
the current state of a job.
Constructs a JobState
object.
The JobStateReason
attribute provides additional
information about the current state of a job.
Constructs a JobStateReason
object.
The JobStateReasons
attribute provides the set of
additional informations available about the current state of a print job.
Constructs an empty JobStateReasons
attribute.
Constructs a JobStateReasons
attribute
with the content of the given collection.
Constructs an empty JobStateReasons
attribute
with the given initial capacity and the default load factor.
Constructs an empty JobStateReasons
attribute
with the given initial capacity and load factor.
Wait forever for the Thread in question to die.
Causes this socket to join the specified multicast group
Wait the specified amount of time for the Thread in question to die.
Wait the specified amount of time for the Thread in question to die.
Indicates a bevelled line join style.
Indicates a mitered line join style.
Indicates a rounded line join style.
This indicates that the data associated with this spec should be joined
to the fractured element.
Joins the specified multicast group.
Causes this socket to join the specified multicast group on a specified
device
Joins the specified mulitcast group on a specified interface.
This indicates that the data associated with this spec should be joined
with what follows it.
This indicates that the data associated with this spec should be joined
with what precedes it.
This class creates different types of JDialogs and JInternalFrames that can
ask users for input or pass on information.
Creates a new JOptionPane object using a message of "JOptionPane
message", using the PLAIN_MESSAGE type and DEFAULT_OPTION.
Creates a new JOptionPane object using the given message using the
PLAIN_MESSAGE type and DEFAULT_OPTION.
Creates a new JOptionPane object using the given message and messageType
and DEFAULT_OPTION.
Creates a new JOptionPane object using the given message, messageType and
optionType.
Creates a new JOptionPane object using the given message, messageType,
optionType and icon.
Creates a new JOptionPane object using the given message, messageType,
optionType, icon and options.
Creates a new JOptionPane object using the given message, messageType,
optionType, icon, options and initialValue.
An instance of JPanel can be added to a panel, frame etc
Creates a new panel with a new instance of
FlowLayout
as the
layout manager and double-buffering enabled.
Creates a new panel with double-buffering enabled or disabled as
specified.
Creates a new panel with the specified layout manager.
Creates a new panel with the specified layout manager and
double-buffering.
Creates a JPasswordField
object.
Creates a JPasswordField
object.
Creates a JPasswordField
object.
Creates a JPasswordField
object.
Creates a JPasswordField
object.
Byte array doc flavor with a MIME Type of "image/jpeg".
InputStream doc flavor with a MIME Type of "image/jpeg".
URL doc flavor with a MIME Type of "image/jpeg".
The JPEGHuffmanTable class represents a Huffman table read from a
JPEG image file.
Construct and initialize a Huffman table.
The JPEGImageReadParam class is only used to set JPEG decoding
tables for streams that do not provide their own tables.
Construct a JPEGImageReadParam.
The JPEGImageWriteParam class can be used to specify tables and
settings used in the JPEG encoding process.
Construct a JPEGImageWriteParam with the following state: tiling
is not supported, progressive mode is supported, initial
progressive mode is MODE_DISABLED, compression is supported, one
compression type named "JPEG" is supported and the default
compression quality is 0.75f.
The JPEGQTable class represents a quantization table that can be
used to encode or decode a JPEG stream.
Construct a new JPEG quantization table.
JPopupMenu is a container that is used to display popup menu's menu
items.
Creates a new JPopupMenu object.
Creates a new JPopupMenu with specified label
A component that displays a visual indicator of the progress of a task.
Creates a new JProgressBar
with default attributes.
Creates a new JProgressBar
with the specified
orientation
.
Creates a new JProgressBar
with the specified value range.
Creates a new JProgressBar
with the specified range and
orientation.
Creates a new JProgressBar
with the specified model.
The JRadioButton
component provides a visually selectable
button with mutually exclusive behaviour within a ButtonGroup
.
Constructs an unselected radio button with no text or icon.
Constructs an unselected radio button using the supplied text
and no icon.
Constructs a radio button with the supplied text and state.
Constructs an unselected radio button with the supplied text
and icon.
Constructs a radio button with the supplied text, icon and state.
Constructs a radio button using the labelling, state
and icon specified by the supplied action.
Constructs an unselected radio button with the supplied icon
and no text.
Constructs a radio button with the supplied icon and state.
This class represents JRadioButtonMenuItem.
Creates a new JRadioButtonMenuItem object.
Creates a new JRadioButtonMenuItem with specified label
Creates a new JRadioButtonMenuItem with specified label
and marked selected if 'selected' is true.
Creates a new JRadioButtonMenuItem with specified label and icon
Creates a new JRadioButtonMenuItem with specified label,
icon and selected state.
Creates a new JRadioButtonMenuItem using specified action
Creates a new JRadioButtonMenuItem with specified icon
Creates a new JRadioButtonMenuItem with specified icon
and given selected state
This class is where JComponents are added to.
Creates a new JRootPane
object.
Creates a new horizontal JScrollBar object with a minimum
of 0, a maxmium of 100, a value of 0 and an extent of 10.
Creates a new JScrollBar object with a minimum of 0, a
maximum of 100, a value of 0, an extent of 10 and the given
orientation.
Creates a new JScrollBar object with the given orientation,
value, min, max, and extent.
A component that embeds another component and enables it to be scrolled
both in horizontal and vertical direction.
Creates a new JScrollPane
without a view.
Creates a new JScrollPane
without a view; The scrollbar
policies are set to vsbPolicy
and hsbPolicy
.
Creates a new JScrollPane
that embeds the specified
view
component, displaying vertical and horizontal scrollbars
as needed.
Creates a new JScrollPane
that embeds the specified
view
component; The scrollbar
policies are set to vsbPolicy
and hsbPolicy
.
Creates a new horizontal JSeparator
object.
Creates a new JSeparator
object with the given orientation.
A visual component that allows selection of a value within a
range by adjusting a thumb in a track.
Creates a new horizontal JSlider
instance with a minimum of
0, a maximum of 100, and a value of 50.
Creates a new JSlider
instance with the given orientation
and a minimum of 0, a maximum of 100, and a value of 50.
Creates a new horizontal JSlider
instance with the given
maximum and minimum and a value that is halfway between the minimum and the
maximum.
Creates a new horizontal JSlider
instance with the given
minimum, maximum, and value.
Creates a new JSlider
instance with the given orientation,
minimum, maximum, and value.
Creates a new horizontal JSlider
instance with the given
model.
A JSpinner
is a component that displays a single value from
a sequence of values, and provides a convenient means for selecting the
previous and next values in the sequence.
Creates a new
JSpinner
with default instance of
SpinnerNumberModel
(that is, a model with value 0, step size 1,
and no upper or lower limit).
Creates a new JSpinner with the specified model.
This class implements JSplitPane.
Creates a new JSplitPane object using HORIZONTAL_SPLIT and a
nonContinuousLayout mode.
Creates a new JSplitPane object using a nonContinuousLayout mode and the
given orientation.
Creates a new JSplitPane object with the given layout mode and
orientation.
Creates a new JSplitPane object with the given orientation, layout mode,
and left and right components.
Creates a new JSplitPane object using nonContinuousLayout mode, the given
orientation and left and right components.
This is a container for components where only one component is displayed at
a given time and the displayed component can be switched by clicking on
tabs.
Creates a new JTabbedPane object with tabs on top and using wrap tab
layout.
Creates a new JTabbedPane object with the given tabPlacement
and tabLayoutPolicy
.
The table component, displaying information, organized in rows and columns.
Creates a new JTable
instance.
Creates a new JTable
instance with the given number
of rows and columns.
Creates a new JTable
instance, storing the given data
array and heaving the given column names.
Creates a new
JTable
instance that uses data and column
names, stored in
Vector
s.
Creates a new JTable
instance, using the given data model
object that provides information about the table content.
Creates a new JTable
instance, using the given model object
that provides information about the table content.
Creates a new JTable
instance, providing data model,
column model and list selection model.
Represents the table header.
Creates a new default instance.
The JTextArea
component provides a multi-line area for displaying
and editing plain text.
Creates a new JTextArea
object.
Creates a new JTextArea
object.
Creates a new JTextArea
object.
Creates a new JTextArea
object.
Creates a new JTextArea
object.
Creates a new JTextArea
object.
Creates a new JTextComponent
instance.
Creates a new instance of JTextField
.
Creates a new instance of JTextField
.
Creates a new instance of JTextField
.
Creates a new instance of JTextField
.
Creates a new instance of JTextField
.
A powerful text component that supports styled content as well as
embedding images and components.
Creates a new JTextPane
with a null
document.
Creates a new JTextPane
and sets the specified
document
.
The JToggleButton
component provides a stateful button,
which can be either selected or unselected.
Constructs an unselected toggle button with no text or icon.
Constructs an unselected toggle button using the supplied text
and no icon.
Constructs a toggle button with the supplied text and state.
Constructs an unselected toggle button with the supplied text
and icon.
Constructs a toggle button with the supplied text, icon and state.
Constructs a toggle button using the labelling, state
and icon specified by the supplied action.
Constructs an unselected toggle button with the supplied icon
and no text.
Constructs a toggle button with the supplied icon and state.
JToolBar is a component that provides a toolbar to Swing programs.
This method creates a new JToolBar object with horizontal orientation
and no name.
This method creates a new JToolBar with the given orientation and no
name.
This method creates a new JToolBar object with the given name and
horizontal orientation.
This method creates a new JToolBar object with the given name and
orientation.
This class is used to display ToolTips.
Creates a new JToolTip
instance.
Creates a new JTree
object.
Creates a new JTree
object.
Creates a new JTree
object.
Creates a new JTree
object.
Creates a new JTree
object.
Creates a new JTree
object.
Creates a new JTree
object.
Constant representing July.
Constant representing June.
A key for the text justification attribute.
A value that can be used with the
JUSTIFICATION
attribute to
indicate full justification of the text.
A value that can be used with the
JUSTIFICATION
attribute to
indicate no justification of the text.
_
+-------------------------------+ ...........Y1 \
| view | .
Creates a new JComponent
instance.
Unlike JComponent derivatives, JWindow inherits from
java.awt.Window.
Creates a new JWindow
that has a shared invisible owner frame
as its parent.
Creates a new JWindow
that has the specified
owner
frame.
Creates a new JWindow
that uses the specified graphics
environment.
Creates a new JWindow
that has the specified
owner
window.
Creates a new JWindow
for the given graphics configuration
and that has the specified owner
window.