Generated by
JDiff

All Documentation Differences

Package java.applet
  Class Applet
    Method getParameterInfo()

  Class AppletContext

  Class AppletStub

  Class AudioClip

Package java.awt
  Class AWTError

  Class AWTEvent
    Method paramString()

  Class AWTEventMulticaster

  Class AWTException

  Class AWTPermission
    AWTPermission(String)
    AWTPermission(String, String)

  Class ActiveEvent

  Class Adjustable
    Method addAdjustmentListener(AdjustmentListener)
    Method getBlockIncrement()
    Method getMaximum()
    Method getMinimum()
    Method getOrientation()
    Method getUnitIncrement()
    Method getValue()
    Method getVisibleAmount()
    Method setVisibleAmount(int)
    Field HORIZONTAL
    Field VERTICAL

  Class AlphaComposite
    Method getInstance(int)

  Class BasicStroke

  Class BorderLayout
    Field AFTER_LAST_LINE
    Field AFTER_LINE_ENDS
    Field BEFORE_FIRST_LINE
    Field BEFORE_LINE_BEGINS

  Class Button
    Button()
    Button(String)
    Method addActionListener(ActionListener)
    Method getAccessibleContext()
    Method getListeners(Class)
    Method paramString()
    Method processActionEvent(ActionEvent)
    Method processEvent(AWTEvent)
    Method removeActionListener(ActionListener)

  Class Canvas
    Method paint(Graphics)
    Method update(Graphics)

  Class CardLayout
    Method removeLayoutComponent(Component)

  Class Checkbox
    Checkbox()
    Checkbox(String)
    Checkbox(String, CheckboxGroup, boolean)
    Checkbox(String, boolean)
    Checkbox(String, boolean, CheckboxGroup)
    Method addItemListener(ItemListener)
    Method getCheckboxGroup()
    Method getLabel()
    Method getListeners(Class)
    Method getState()
    Method paramString()
    Method processEvent(AWTEvent)
    Method processItemEvent(ItemEvent)
    Method removeItemListener(ItemListener)
    Method setCheckboxGroup(CheckboxGroup)
    Method setLabel(String)
    Method setState(boolean)

  Class CheckboxGroup

  Class CheckboxMenuItem
    CheckboxMenuItem()
    CheckboxMenuItem(String)
    CheckboxMenuItem(String, boolean)
    Method addItemListener(ItemListener)
    Method getListeners(Class)
    Method getState()
    Method paramString()
    Method processEvent(AWTEvent)
    Method processItemEvent(ItemEvent)
    Method removeItemListener(ItemListener)
    Method setState(boolean)

  Class Choice
    Choice()
    Method add(String)
    Method addItem(String)
    Method addItemListener(ItemListener)
    Method addNotify()
    Method getAccessibleContext()
    Method getItem(int)
    Method getItemCount()
    Method getListeners(Class)
    Method getSelectedItem()
    Method getSelectedObjects()
    Method insert(String, int)
    Method paramString()
    Method processEvent(AWTEvent)
    Method processItemEvent(ItemEvent)
    Method remove(String)
    Method remove(int)
    Method removeAll()
    Method removeItemListener(ItemListener)
    Method select(String)
    Method select(int)

  Class Component

  Class Component.AccessibleAWTComponent
    Method contains(Point)
    Method getAccessibleAt(Point)
    Method getAccessibleChild(int)
    Method getAccessibleChildrenCount()
    Method getAccessibleComponent()
    Method getAccessibleDescription()
    Method getAccessibleIndexInParent()
    Method getAccessibleName()
    Method getAccessibleParent()
    Method getAccessibleRole()
    Method getAccessibleStateSet()
    Method getBackground()
    Method getBounds()
    Method getCursor()
    Method getFont()
    Method getFontMetrics(Font)
    Method getForeground()
    Method getLocale()
    Method getLocation()
    Method getLocationOnScreen()
    Method getSize()
    Method isEnabled()
    Method isShowing()
    Method isVisible()
    Method setBackground(Color)
    Method setBounds(Rectangle)
    Method setCursor(Cursor)
    Method setEnabled(boolean)
    Method setFont(Font)
    Method setForeground(Color)
    Method setLocation(Point)
    Method setSize(Dimension)
    Method setVisible(boolean)

  Class Component
    Method add(PopupMenu)
    Method addComponentListener(ComponentListener)
    Method addFocusListener(FocusListener)
    Method addHierarchyBoundsListener(HierarchyBoundsListener)
    Method addHierarchyListener(HierarchyListener)
    Method addInputMethodListener(InputMethodListener)
    Method addKeyListener(KeyListener)
    Method addMouseListener(MouseListener)
    Method addMouseMotionListener(MouseMotionListener)
    Method addNotify()
    Method addPropertyChangeListener(PropertyChangeListener)
    Method addPropertyChangeListener(String, PropertyChangeListener)
    Method checkImage(Image, ImageObserver)
    Method checkImage(Image, int, int, ImageObserver)
    Method coalesceEvents(AWTEvent, AWTEvent)
    Method contains(Point)
    Method contains(int, int)
    Method createImage(ImageProducer)
    Method createImage(int, int)
    Method disableEvents(long)
    Method dispatchEvent(AWTEvent)
    Method enableEvents(long)
    Method enableInputMethods(boolean)
    Method getAccessibleContext()
    Method getBackground()
    Method getBounds()
    Method getBounds(Rectangle)
    Method getColorModel()
    Method getComponentAt(Point)
    Method getComponentAt(int, int)
    Method getComponentOrientation()
    Method getCursor()
    Method getDropTarget()
    Method getFont()
    Method getFontMetrics(Font)
    Method getForeground()
    Method getGraphics()
    Method getGraphicsConfiguration()
    Method getHeight()
    Method getInputContext()
    Method getInputMethodRequests()
    Method getListeners(Class)
    Method getLocale()
    Method getLocation()
    Method getLocation(Point)
    Method getLocationOnScreen()
    Method getMaximumSize()
    Method getMinimumSize()
    Method getName()
    Method getParent()
    Method getPeer()
    Method getPreferredSize()
    Method getSize()
    Method getSize(Dimension)
    Method getToolkit()
    Method getTreeLock()
    Method getWidth()
    Method getX()
    Method getY()
    Method hasFocus()
    Method imageUpdate(Image, int, int, int, int, int)
    Method invalidate()
    Method isDisplayable()
    Method isEnabled()
    Method isFocusTraversable()
    Method isLightweight()
    Method isOpaque()
    Method isShowing()
    Method isValid()
    Method isVisible()
    Method list(PrintStream)
    Method list(PrintStream, int)
    Method list(PrintWriter)
    Method list(PrintWriter, int)
    Method paint(Graphics)
    Method paintAll(Graphics)
    Method paramString()
    Method prepareImage(Image, ImageObserver)
    Method prepareImage(Image, int, int, ImageObserver)
    Method print(Graphics)
    Method printAll(Graphics)
    Method processComponentEvent(ComponentEvent)
    Method processEvent(AWTEvent)
    Method processFocusEvent(FocusEvent)
    Method processHierarchyBoundsEvent(HierarchyEvent)
    Method processHierarchyEvent(HierarchyEvent)
    Method processInputMethodEvent(InputMethodEvent)
    Method processKeyEvent(KeyEvent)
    Method processMouseEvent(MouseEvent)
    Method processMouseMotionEvent(MouseEvent)
    Method remove(MenuComponent)
    Method removeComponentListener(ComponentListener)
    Method removeFocusListener(FocusListener)
    Method removeHierarchyBoundsListener(HierarchyBoundsListener)
    Method removeHierarchyListener(HierarchyListener)
    Method removeInputMethodListener(InputMethodListener)
    Method removeKeyListener(KeyListener)
    Method removeMouseListener(MouseListener)
    Method removeMouseMotionListener(MouseMotionListener)
    Method removeNotify()
    Method removePropertyChangeListener(PropertyChangeListener)
    Method removePropertyChangeListener(String, PropertyChangeListener)
    Method repaint()
    Method repaint(int, int, int, int)
    Method repaint(long)
    Method repaint(long, int, int, int, int)
    Method setBackground(Color)
    Method setBounds(Rectangle)
    Method setBounds(int, int, int, int)
    Method setComponentOrientation(ComponentOrientation)
    Method setCursor(Cursor)
    Method setDropTarget(DropTarget)
    Method setEnabled(boolean)
    Method setFont(Font)
    Method setForeground(Color)
    Method setLocale(Locale)
    Method setLocation(Point)
    Method setLocation(int, int)
    Method setName(String)
    Method setSize(Dimension)
    Method setSize(int, int)
    Method setVisible(boolean)
    Method toString()
    Method transferFocus()
    Method update(Graphics)
    Method validate()

  Class ComponentOrientation
    Method getOrientation(Locale)
    Method getOrientation(ResourceBundle)

  Class Container

  Class Container.AccessibleAWTContainer.AccessibleContainerHandler

  Class Container.AccessibleAWTContainer
    Method getAccessibleAt(Point)
    Method getAccessibleChild(int)
    Method getAccessibleChildrenCount()

  Class Container
    Method add(Component)
    Method add(Component, Object)
    Method add(Component, Object, int)
    Method add(Component, int)
    Method add(String, Component)
    Method addContainerListener(ContainerListener)
    Method addImpl(Component, Object, int)
    Method doLayout()
    Method findComponentAt(Point)
    Method findComponentAt(int, int)
    Method getComponentAt(Point)
    Method getComponentCount()
    Method getInsets()
    Method getListeners(Class)
    Method getMinimumSize()
    Method getPreferredSize()
    Method list(PrintStream, int)
    Method paint(Graphics)
    Method paintComponents(Graphics)
    Method paramString()
    Method print(Graphics)
    Method printComponents(Graphics)
    Method processContainerEvent(ContainerEvent)
    Method processEvent(AWTEvent)
    Method removeContainerListener(ContainerListener)
    Method update(Graphics)

  Class Cursor
    Cursor(int)
    Method getPredefinedCursor(int)
    Method getSystemCustomCursor(String)

  Class Dialog
    Dialog(Dialog)
    Dialog(Dialog, String)
    Dialog(Dialog, String, boolean)
    Dialog(Frame)
    Dialog(Frame, String)
    Dialog(Frame, String, boolean)
    Dialog(Frame, boolean)
    Method isModal()
    Method paramString()
    Method setTitle(String)

  Class Dimension
    Dimension(Dimension)
    Dimension(int, int)
    Method getHeight()
    Method getSize()
    Method getWidth()
    Method hashCode()
    Method setSize(Dimension)
    Method setSize(double, double)
    Method setSize(int, int)
    Method toString()
    Field height
    Field width

  Class Event
    Event(Object, int, Object)
    Event(Object, long, int, int, int, int, int)
    Event(Object, long, int, int, int, int, int, Object)
    Method controlDown()
    Method metaDown()
    Method paramString()
    Method shiftDown()
    Method toString()
    Method translate(int, int)
    Field arg

  Class EventQueue
    Method dispatchEvent(AWTEvent)
    Method getNextEvent()
    Method invokeAndWait(Runnable)
    Method invokeLater(Runnable)
    Method isDispatchThread()
    Method peekEvent()
    Method peekEvent(int)
    Method pop()
    Method postEvent(AWTEvent)
    Method push(EventQueue)

  Class FileDialog
    FileDialog(Frame)
    FileDialog(Frame, String)
    FileDialog(Frame, String, int)
    Method getDirectory()
    Method getFile()
    Method getFilenameFilter()
    Method getMode()
    Method paramString()
    Method setDirectory(String)
    Method setFile(String)
    Method setFilenameFilter(FilenameFilter)
    Method setMode(int)

  Class FlowLayout
    FlowLayout()
    FlowLayout(int)
    FlowLayout(int, int, int)
    Method getAlignment()
    Method getHgap()
    Method getVgap()
    Method layoutContainer(Container)
    Method minimumLayoutSize(Container)
    Method preferredLayoutSize(Container)
    Method setAlignment(int)
    Method toString()
    Field LEADING
    Field TRAILING

  Class Font
    Font(String, int, int)
    Method canDisplayUpTo(CharacterIterator, int, int)
    Method canDisplayUpTo(char[], int, int)
    Method createFont(int, InputStream)
    Method createGlyphVector(FontRenderContext, CharacterIterator)
    Method createGlyphVector(FontRenderContext, String)
    Method createGlyphVector(FontRenderContext, char[])
    Method createGlyphVector(FontRenderContext, int[])
    Method decode(String)
    Method getFamily()
    Method getFamily(Locale)
    Method getFont(Map)
    Method getStringBounds(CharacterIterator, int, int, FontRenderContext)
    Method getStringBounds(String, FontRenderContext)
    Method getStringBounds(String, int, int, FontRenderContext)
    Method getStringBounds(char[], int, int, FontRenderContext)
    Method getTransform()
    Field CENTER_BASELINE
    Field HANGING_BASELINE
    Field ROMAN_BASELINE

  Class FontFormatException
    FontFormatException(String)

  Class FontMetrics
    Method charWidth(char)
    Method getHeight()
    Method getMaxDecent()

  Class Frame
    Frame()
    Frame(GraphicsConfiguration)
    Frame(String)
    Frame(String, GraphicsConfiguration)
    Method getIconImage()
    Method getMenuBar()
    Method getState()
    Method getTitle()
    Method isResizable()
    Method paramString()
    Method remove(MenuComponent)
    Method setIconImage(Image)
    Method setMenuBar(MenuBar)
    Method setState(int)
    Method setTitle(String)

  Class GradientPaint
    GradientPaint(Point2D, Color, Point2D, Color)
    GradientPaint(Point2D, Color, Point2D, Color, boolean)
    GradientPaint(float, float, Color, float, float, Color)

  Class Graphics
    Method drawImage(Image, int, int, Color, ImageObserver)
    Method drawImage(Image, int, int, ImageObserver)
    Method drawImage(Image, int, int, int, int, Color, ImageObserver)
    Method drawImage(Image, int, int, int, int, ImageObserver)
    Method drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver)
    Method drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver)
    Method getClipRect()
    Method getColor()
    Method getFont()
    Method hitClip(int, int, int, int)
    Method setClip(int, int, int, int)

  Class Graphics2D
    Method drawGlyphVector(GlyphVector, float, float)
    Method drawString(String, float, float)
    Method drawString(String, int, int)
    Method getDeviceConfiguration()
    Method getRenderingHint(Key)
    Method getRenderingHints()
    Method setComposite(Composite)
    Method setPaint(Paint)
    Method setRenderingHint(Key, Object)
    Method setRenderingHints(Map)
    Method setStroke(Stroke)
    Method setTransform(AffineTransform)

  Class GraphicsConfigTemplate

  Class GraphicsDevice

  Class GraphicsEnvironment
    Method getAvailableFontFamilyNames()
    Method getAvailableFontFamilyNames(Locale)
    Method getDefaultScreenDevice()
    Method getScreenDevices()

  Class GridBagConstraints
    Field RELATIVE
    Field REMAINDER
    Field anchor
    Field gridheight
    Field gridwidth
    Field gridx
    Field gridy
    Field weightx
    Field weighty

  Class GridBagLayout
    Method GetLayoutInfo(Container, int)
    Method addLayoutComponent(Component, Object)
    Method addLayoutComponent(String, Component)
    Method getConstraints(Component)
    Method getLayoutDimensions()
    Method getLayoutOrigin()
    Method getLayoutWeights()
    Method location(int, int)
    Method lookupConstraints(Component)
    Method setConstraints(Component, GridBagConstraints)
    Field columnWeights
    Field columnWidths
    Field comptable
    Field layoutInfo
    Field rowHeights
    Field rowWeights

  Class GridLayout
    GridLayout(int, int, int, int)
    Method addLayoutComponent(String, Component)
    Method getColumns()
    Method getHgap()
    Method getRows()
    Method getVgap()
    Method layoutContainer(Container)
    Method minimumLayoutSize(Container)
    Method preferredLayoutSize(Container)
    Method removeLayoutComponent(Component)
    Method setColumns(int)
    Method setHgap(int)
    Method setRows(int)
    Method setVgap(int)
    Method toString()

  Class IllegalComponentStateException

  Class Image

  Class Insets

  Class ItemSelectable
    Method addItemListener(ItemListener)
    Method getSelectedObjects()
    Method removeItemListener(ItemListener)

  Class JobAttributes

  Class JobAttributes.DefaultSelectionType
    Field ALL
    Field RANGE
    Field SELECTION

  Class JobAttributes.DestinationType
    Field FILE
    Field PRINTER

  Class JobAttributes.DialogType
    Field COMMON
    Field NATIVE
    Field NONE

  Class JobAttributes.MultipleDocumentHandlingType
    Field SEPARATE_DOCUMENTS_COLLATED_COPIES
    Field SEPARATE_DOCUMENTS_UNCOLLATED_COPIES

  Class JobAttributes.SidesType
    Field ONE_SIDED
    Field TWO_SIDED_LONG_EDGE
    Field TWO_SIDED_SHORT_EDGE

  Class JobAttributes
    JobAttributes()
    JobAttributes(JobAttributes)
    JobAttributes(int, DefaultSelectionType, DestinationType, DialogType, String, int, int, MultipleDocumentHandlingType, int[][], String, SidesType)
    Method clone()
    Method getDefaultSelection()
    Method getDestination()
    Method getDialog()
    Method getFileName()
    Method set(JobAttributes)
    Method setCopies(int)
    Method setDefaultSelection(DefaultSelectionType)
    Method setMaxPage(int)

  Class Label
    Label()
    Label(String)
    Label(String, int)
    Method paramString()

  Class LayoutManager
    Method addLayoutComponent(String, Component)
    Method layoutContainer(Container)
    Method minimumLayoutSize(Container)
    Method preferredLayoutSize(Container)

  Class LayoutManager2
    Method maximumLayoutSize(Container)

  Class List

  Class List.AccessibleAWTList.AccessibleAWTListChild
    Method getAccessibleAt(Point)
    Method isFocusTraversable()

  Class List
    List()
    List(int)
    List(int, boolean)
    Method add(String)
    Method add(String, int)
    Method addActionListener(ActionListener)
    Method addItemListener(ItemListener)
    Method deselect(int)
    Method getAccessibleContext()
    Method getItem(int)
    Method getItemCount()
    Method getItems()
    Method getListeners(Class)
    Method getMinimumSize()
    Method getMinimumSize(int)
    Method getPreferredSize()
    Method getPreferredSize(int)
    Method getRows()
    Method getSelectedIndex()
    Method getSelectedIndexes()
    Method getSelectedItem()
    Method getSelectedItems()
    Method getSelectedObjects()
    Method getVisibleIndex()
    Method isIndexSelected(int)
    Method isMultipleMode()
    Method makeVisible(int)
    Method paramString()
    Method processActionEvent(ActionEvent)
    Method processEvent(AWTEvent)
    Method processItemEvent(ItemEvent)
    Method remove(String)
    Method remove(int)
    Method removeActionListener(ActionListener)
    Method removeItemListener(ItemListener)
    Method replaceItem(String, int)
    Method select(int)
    Method setMultipleMode(boolean)

  Class MediaTracker
    MediaTracker(Component)
    Method addImage(Image, int)
    Method addImage(Image, int, int, int)
    Method checkAll()
    Method checkAll(boolean)
    Method checkID(int)
    Method checkID(int, boolean)
    Method getErrorsAny()
    Method getErrorsID(int)
    Method isErrorAny()
    Method isErrorID(int)
    Method removeImage(Image)
    Method removeImage(Image, int)
    Method removeImage(Image, int, int, int)
    Method statusAll(boolean)
    Method statusID(int, boolean)
    Method waitForAll()
    Method waitForAll(long)
    Method waitForID(int)
    Method waitForID(int, long)
    Field ABORTED
    Field ERRORED
    Field LOADING

  Class Menu
    Menu()
    Menu(String)
    Menu(String, boolean)
    Method add(MenuItem)
    Method add(String)
    Method insert(MenuItem, int)
    Method insert(String, int)
    Method paramString()

  Class MenuBar
    MenuBar()

  Class MenuComponent

  Class MenuComponent.AccessibleAWTMenuComponent
    Method addAccessibleSelection(int)
    Method contains(Point)
    Method getAccessibleAt(Point)
    Method getAccessibleChild(int)
    Method getAccessibleChildrenCount()
    Method getAccessibleComponent()
    Method getAccessibleDescription()
    Method getAccessibleIndexInParent()
    Method getAccessibleName()
    Method getAccessibleParent()
    Method getAccessibleRole()
    Method getAccessibleSelection()
    Method getAccessibleSelection(int)
    Method getAccessibleSelectionCount()
    Method getAccessibleStateSet()
    Method getBackground()
    Method getBounds()
    Method getCursor()
    Method getFont()
    Method getFontMetrics(Font)
    Method getForeground()
    Method getLocale()
    Method getLocation()
    Method getLocationOnScreen()
    Method getSize()
    Method isAccessibleChildSelected(int)
    Method isEnabled()
    Method isShowing()
    Method isVisible()
    Method setBackground(Color)
    Method setBounds(Rectangle)
    Method setCursor(Cursor)
    Method setEnabled(boolean)
    Method setFont(Font)
    Method setForeground(Color)
    Method setSize(Dimension)
    Method setVisible(boolean)

  Class MenuComponent
    MenuComponent()
    Method getAccessibleContext()
    Method getFont()
    Method getName()
    Method getParent()
    Method getTreeLock()
    Method paramString()
    Method processEvent(AWTEvent)
    Method setFont(Font)
    Method setName(String)
    Method toString()

  Class MenuContainer

  Class MenuItem
    MenuItem()
    MenuItem(String)
    MenuItem(String, MenuShortcut)
    Method addActionListener(ActionListener)
    Method disableEvents(long)
    Method enableEvents(long)
    Method getListeners(Class)
    Method paramString()
    Method processActionEvent(ActionEvent)
    Method processEvent(AWTEvent)
    Method removeActionListener(ActionListener)

  Class MenuShortcut
    MenuShortcut(int)
    MenuShortcut(int, boolean)
    Method equals(MenuShortcut)
    Method equals(Object)
    Method getKey()
    Method hashCode()
    Method toString()
    Method usesShiftModifier()

  Class PageAttributes

  Class Paint
    Method createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints)

  Class Panel

  Class Point
    Point(Point)
    Point(int, int)
    Method equals(Object)
    Method getLocation()
    Method getX()
    Method getY()
    Method move(int, int)
    Method setLocation(Point)
    Method setLocation(double, double)
    Method setLocation(int, int)
    Method toString()
    Method translate(int, int)
    Field x
    Field y

  Class Polygon
    Method contains(double, double)
    Field npoints
    Field xpoints
    Field ypoints

  Class PopupMenu

  Class PopupMenu.AccessibleAWTPopupMenu

  Class PopupMenu
    PopupMenu()
    PopupMenu(String)
    Method getAccessibleContext()
    Method show(Component, int, int)

  Class PrintGraphics

  Class PrintJob

  Class Rectangle
    Rectangle(Rectangle)
    Method contains(int, int, int, int)
    Method getBounds()
    Method getLocation()
    Method getSize()
    Method inside(int, int)
    Method intersection(Rectangle)
    Method intersects(Rectangle)
    Method move(int, int)
    Method reshape(int, int, int, int)
    Method resize(int, int)
    Method setBounds(Rectangle)
    Method setBounds(int, int, int, int)
    Method setLocation(Point)
    Method setLocation(int, int)
    Method setRect(double, double, double, double)
    Method setSize(Dimension)
    Method setSize(int, int)
    Method translate(int, int)

  Class RenderingHints.Key
    RenderingHints.Key(int)
    Method intKey()
    Method isCompatibleValue(Object)

  Class RenderingHints
    Method putAll(Map)
    Field KEY_ALPHA_INTERPOLATION
    Field KEY_ANTIALIASING
    Field KEY_COLOR_RENDERING
    Field KEY_DITHERING
    Field KEY_FRACTIONALMETRICS
    Field KEY_INTERPOLATION
    Field KEY_RENDERING
    Field KEY_STROKE_CONTROL
    Field KEY_TEXT_ANTIALIASING
    Field VALUE_ALPHA_INTERPOLATION_DEFAULT
    Field VALUE_ALPHA_INTERPOLATION_QUALITY
    Field VALUE_ALPHA_INTERPOLATION_SPEED
    Field VALUE_ANTIALIAS_OFF
    Field VALUE_ANTIALIAS_ON
    Field VALUE_COLOR_RENDER_DEFAULT
    Field VALUE_COLOR_RENDER_QUALITY
    Field VALUE_COLOR_RENDER_SPEED
    Field VALUE_DITHER_DEFAULT
    Field VALUE_DITHER_DISABLE
    Field VALUE_DITHER_ENABLE
    Field VALUE_FRACTIONALMETRICS_DEFAULT
    Field VALUE_FRACTIONALMETRICS_OFF
    Field VALUE_FRACTIONALMETRICS_ON
    Field VALUE_INTERPOLATION_BICUBIC
    Field VALUE_INTERPOLATION_BILINEAR
    Field VALUE_INTERPOLATION_NEAREST_NEIGHBOR
    Field VALUE_STROKE_DEFAULT
    Field VALUE_STROKE_NORMALIZE
    Field VALUE_STROKE_PURE
    Field VALUE_TEXT_ANTIALIAS_OFF
    Field VALUE_TEXT_ANTIALIAS_ON

  Class Robot
    Robot()
    Robot(GraphicsDevice)
    Method delay(int)
    Method keyPress(int)
    Method keyRelease(int)
    Method mousePress(int)
    Method mouseRelease(int)

  Class ScrollPane
    ScrollPane()
    ScrollPane(int)
    Method getHAdjustable()
    Method getScrollPosition()
    Method getVAdjustable()
    Method setScrollPosition(int, int)

  Class Scrollbar

  Class Scrollbar.AccessibleAWTScrollBar
    Method getAccessibleRole()
    Method getAccessibleStateSet()
    Method getAccessibleValue()

  Class Scrollbar
    Scrollbar()
    Scrollbar(int)
    Scrollbar(int, int, int, int, int)
    Method addAdjustmentListener(AdjustmentListener)
    Method addNotify()
    Method getAccessibleContext()
    Method getBlockIncrement()
    Method getListeners(Class)
    Method getMaximum()
    Method getMinimum()
    Method getOrientation()
    Method getUnitIncrement()
    Method getValue()
    Method getVisibleAmount()
    Method paramString()
    Method processAdjustmentEvent(AdjustmentEvent)
    Method processEvent(AWTEvent)
    Method removeAdjustmentListener(AdjustmentListener)
    Method setBlockIncrement(int)
    Method setMaximum(int)
    Method setMinimum(int)
    Method setOrientation(int)
    Method setUnitIncrement(int)
    Method setValue(int)
    Method setValues(int, int, int, int)
    Method setVisibleAmount(int)

  Class Shape

  Class Stroke

  Class SystemColor
    Method createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints)
    Method toString()
    Field ACTIVE_CAPTION
    Field ACTIVE_CAPTION_BORDER
    Field ACTIVE_CAPTION_TEXT
    Field CONTROL
    Field CONTROL_DK_SHADOW
    Field CONTROL_HIGHLIGHT
    Field CONTROL_LT_HIGHLIGHT
    Field CONTROL_SHADOW
    Field CONTROL_TEXT
    Field DESKTOP
    Field INACTIVE_CAPTION
    Field INACTIVE_CAPTION_BORDER
    Field INACTIVE_CAPTION_TEXT
    Field INFO
    Field INFO_TEXT
    Field MENU
    Field MENU_TEXT
    Field SCROLLBAR
    Field TEXT
    Field TEXT_HIGHLIGHT
    Field TEXT_HIGHLIGHT_TEXT
    Field TEXT_INACTIVE_TEXT
    Field TEXT_TEXT
    Field WINDOW
    Field WINDOW_BORDER
    Field WINDOW_TEXT
    Field activeCaption
    Field activeCaptionBorder
    Field activeCaptionText
    Field control
    Field controlDkShadow
    Field controlHighlight
    Field controlLtHighlight
    Field controlShadow
    Field controlText
    Field desktop
    Field inactiveCaption
    Field inactiveCaptionBorder
    Field inactiveCaptionText
    Field info
    Field infoText
    Field menu
    Field menuText
    Field scrollbar
    Field text
    Field textHighlight
    Field textHighlightText
    Field textInactiveText
    Field textText
    Field window
    Field windowBorder
    Field windowText

  Class TextArea
    TextArea()
    TextArea(String)
    TextArea(String, int, int)
    TextArea(String, int, int, int)