Commit 96dd155e by Michael Koch Committed by Michael Koch

GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...

2005-02-17  Michael Koch  <konqueror@gmx.de>

	* gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java,
	gnu/java/awt/peer/gtk/GdkFontPeer.java,
	gnu/java/awt/peer/gtk/GdkGlyphVector.java,
	gnu/java/awt/peer/gtk/GdkGraphics.java,
	gnu/java/awt/peer/gtk/GdkGraphics2D.java,
	gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java,
	gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java,
	gnu/java/awt/peer/gtk/GdkPixbufDecoder.java,
	gnu/java/awt/peer/gtk/GdkRobotPeer.java,
	gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java,
	gnu/java/awt/peer/gtk/GdkTextLayout.java,
	gnu/java/awt/peer/gtk/GtkCheckboxMenuItemPeer.java,
	gnu/java/awt/peer/gtk/GtkChoicePeer.java,
	gnu/java/awt/peer/gtk/GtkClipboard.java,
	gnu/java/awt/peer/gtk/GtkComponentPeer.java,
	gnu/java/awt/peer/gtk/GtkFileDialogPeer.java,
	gnu/java/awt/peer/gtk/GtkFontPeer.java,
	gnu/java/awt/peer/gtk/GtkLabelPeer.java,
	gnu/java/awt/peer/gtk/GtkMenuBarPeer.java,
	gnu/java/awt/peer/gtk/GtkMenuItemPeer.java,
	gnu/java/awt/peer/gtk/GtkMenuPeer.java,
	gnu/java/awt/peer/gtk/GtkScrollPanePeer.java,
	gnu/java/awt/peer/gtk/GtkScrollbarPeer.java,
	gnu/java/awt/peer/gtk/GtkToolkit.java,
	gnu/java/awt/peer/gtk/GtkWindowPeer.java,
	java/applet/Applet.java,
	java/awt/AWTError.java,
	java/awt/AWTEvent.java,
	java/awt/AWTEventMulticaster.java,
	java/awt/AWTException.java,
	java/awt/AWTKeyStroke.java,
	java/awt/AWTPermission.java,
	java/awt/ActiveEvent.java,
	java/awt/Adjustable.java,
	java/awt/AlphaComposite.java,
	java/awt/AttributeValue.java,
	java/awt/BorderLayout.java,
	java/awt/BufferCapabilities.java,
	java/awt/Button.java,
	java/awt/Canvas.java,
	java/awt/CheckboxGroup.java,
	java/awt/CheckboxMenuItem.java,
	java/awt/Color.java,
	java/awt/ColorPaintContext.java,
	java/awt/Component.java,
	java/awt/ComponentOrientation.java,
	java/awt/Composite.java,
	java/awt/CompositeContext.java,
	java/awt/Container.java,
	java/awt/ContainerOrderFocusTraversalPolicy.java,
	java/awt/DefaultFocusTraversalPolicy.java,
	java/awt/Dialog.java,
	java/awt/Dimension.java,
	java/awt/DisplayMode.java,
	java/awt/EventQueue.java,
	java/awt/FileDialog.java,
	java/awt/FontFormatException.java,
	java/awt/Graphics.java,
	java/awt/Graphics2D.java,
	java/awt/GraphicsConfigTemplate.java,
	java/awt/GraphicsConfiguration.java,
	java/awt/GraphicsDevice.java,
	java/awt/GridBagLayout.java,
	java/awt/GridBagLayoutInfo.java,
	java/awt/GridLayout.java,
	java/awt/HeadlessException.java,
	java/awt/IllegalComponentStateException.java,
	java/awt/Image.java,
	java/awt/Insets.java,
	java/awt/ItemSelectable.java,
	java/awt/JobAttributes.java,
	java/awt/KeyEventDispatcher.java,
	java/awt/KeyEventPostProcessor.java,
	java/awt/KeyboardFocusManager.java,
	java/awt/Label.java,
	java/awt/LayoutManager.java,
	java/awt/MenuBar.java,
	java/awt/MenuComponent.java,
	java/awt/MenuContainer.java,
	java/awt/PageAttributes.java,
	java/awt/Paint.java,
	java/awt/PaintContext.java,
	java/awt/Panel.java,
	java/awt/Point.java,
	java/awt/Polygon.java,
	java/awt/PrintGraphics.java,
	java/awt/PrintJob.java,
	java/awt/Rectangle.java,
	java/awt/RenderingHints.java,
	java/awt/Shape.java,
	java/awt/Stroke.java,
	java/awt/SystemColor.java,
	java/awt/Toolkit.java,
	java/awt/Transparency.java,
	java/awt/Window.java,
	java/awt/color/CMMException.java,
	java/awt/color/ColorSpace.java,
	java/awt/color/ICC_ColorSpace.java,
	java/awt/color/ICC_Profile.java,
	java/awt/color/ProfileDataException.java,
	java/awt/datatransfer/FlavorTable.java,
	java/awt/datatransfer/MimeTypeParseException.java,
	java/awt/datatransfer/Transferable.java,
	java/awt/datatransfer/UnsupportedFlavorException.java,
	java/awt/dnd/Autoscroll.java,
	java/awt/dnd/DnDConstants.java,
	java/awt/dnd/DragGestureListener.java,
	java/awt/dnd/DragSourceAdapter.java,
	java/awt/dnd/DragSourceDropEvent.java,
	java/awt/dnd/DragSourceListener.java,
	java/awt/dnd/DragSourceMotionListener.java,
	java/awt/dnd/DropTargetAdapter.java,
	java/awt/dnd/DropTargetContext.java,
	java/awt/dnd/DropTargetListener.java,
	java/awt/dnd/InvalidDnDOperationException.java,
	java/awt/dnd/MouseDragGestureRecognizer.java,
	java/awt/dnd/peer/DropTargetContextPeer.java,
	java/awt/event/AWTEventListener.java,
	java/awt/event/AWTEventListenerProxy.java,
	java/awt/event/ActionEvent.java,
	java/awt/event/AdjustmentEvent.java,
	java/awt/event/AdjustmentListener.java,
	java/awt/event/ComponentAdapter.java,
	java/awt/event/ComponentEvent.java,
	java/awt/event/ComponentListener.java,
	java/awt/event/ContainerAdapter.java,
	java/awt/event/ContainerEvent.java,
	java/awt/event/ContainerListener.java,
	java/awt/event/FocusAdapter.java,
	java/awt/event/FocusEvent.java,
	java/awt/event/FocusListener.java,
	java/awt/event/InputEvent.java,
	java/awt/event/InputMethodEvent.java,
	java/awt/event/InputMethodListener.java,
	java/awt/event/InvocationEvent.java,
	java/awt/event/ItemEvent.java,
	java/awt/event/ItemListener.java,
	java/awt/event/KeyAdapter.java,
	java/awt/event/KeyEvent.java,
	java/awt/event/KeyListener.java,
	java/awt/event/MouseAdapter.java,
	java/awt/event/MouseEvent.java,
	java/awt/event/MouseListener.java,
	java/awt/event/MouseMotionAdapter.java,
	java/awt/event/MouseMotionListener.java,
	java/awt/event/MouseWheelEvent.java,
	java/awt/event/MouseWheelListener.java,
	java/awt/event/PaintEvent.java,
	java/awt/event/TextEvent.java,
	java/awt/event/TextListener.java,
	java/awt/event/WindowAdapter.java,
	java/awt/event/WindowEvent.java,
	java/awt/event/WindowFocusListener.java,
	java/awt/event/WindowListener.java,
	java/awt/event/WindowStateListener.java,
	java/awt/font/TextHitInfo.java,
	java/awt/geom/CubicCurve2D.java,
	java/awt/geom/Dimension2D.java,
	java/awt/geom/Ellipse2D.java,
	java/awt/geom/IllegalPathStateException.java,
	java/awt/geom/Line2D.java,
	java/awt/geom/NoninvertibleTransformException.java,
	java/awt/geom/PathIterator.java,
	java/awt/geom/Point2D.java,
	java/awt/geom/QuadCurve2D.java,
	java/awt/geom/RectangularShape.java,
	java/awt/geom/RoundRectangle2D.java,
	java/awt/im/InputContext.java,
	java/awt/im/InputMethodHighlight.java,
	java/awt/im/InputMethodRequests.java,
	java/awt/im/InputSubset.java,
	java/awt/im/spi/InputMethod.java,
	java/awt/im/spi/InputMethodDescriptor.java,
	java/awt/image/BandCombineOp.java,
	java/awt/image/BandedSampleModel.java,
	java/awt/image/ByteLookupTable.java,
	java/awt/image/ComponentSampleModel.java,
	java/awt/image/DataBuffer.java,
	java/awt/image/DataBufferByte.java,
	java/awt/image/DataBufferDouble.java,
	java/awt/image/DataBufferFloat.java,
	java/awt/image/DataBufferInt.java,
	java/awt/image/DataBufferShort.java,
	java/awt/image/DataBufferUShort.java,
	java/awt/image/ImagingOpException.java,
	java/awt/image/Kernel.java,
	java/awt/image/LookupTable.java,
	java/awt/image/MultiPixelPackedSampleModel.java,
	java/awt/image/PackedColorModel.java,
	java/awt/image/PixelInterleavedSampleModel.java,
	java/awt/image/RGBImageFilter.java,
	java/awt/image/Raster.java,
	java/awt/image/RasterFormatException.java,
	java/awt/image/SampleModel.java,
	java/awt/image/ShortLookupTable.java,
	java/awt/image/SinglePixelPackedSampleModel.java,
	java/awt/image/WritableRaster.java,
	java/awt/print/PrinterAbortException.java,
	java/awt/print/PrinterException.java,
	java/awt/print/PrinterIOException.java,
	java/beans/AppletInitializer.java,
	java/beans/ExceptionListener.java,
	java/beans/PropertyChangeEvent.java,
	java/beans/PropertyChangeListenerProxy.java,
	java/beans/PropertyChangeSupport.java,
	java/beans/PropertyDescriptor.java,
	java/beans/VetoableChangeListenerProxy.java,
	java/beans/VetoableChangeSupport.java,
	java/io/BufferedReader.java,
	java/io/ByteArrayInputStream.java,
	java/io/ByteArrayOutputStream.java,
	java/io/CharArrayReader.java,
	java/io/CharArrayWriter.java,
	java/io/CharConversionException.java,
	java/io/DataInput.java,
	java/io/DataInputStream.java,
	java/io/DataOutput.java,
	java/io/DataOutputStream.java,
	java/io/EOFException.java,
	java/io/FileInputStream.java,
	java/io/FileNotFoundException.java,
	java/io/FileOutputStream.java,
	java/io/FilenameFilter.java,
	java/io/FilterInputStream.java,
	java/io/FilterOutputStream.java,
	java/io/FilterReader.java,
	java/io/FilterWriter.java,
	java/io/IOException.java,
	java/io/InputStream.java,
	java/io/InterruptedIOException.java,
	java/io/LineNumberInputStream.java,
	java/io/LineNumberReader.java,
	java/io/ObjectInputStream.java,
	java/io/ObjectStreamException.java,
	java/io/OptionalDataException.java,
	java/io/OutputStream.java,
	java/io/OutputStreamWriter.java,
	java/io/PrintStream.java,
	java/io/PrintWriter.java,
	java/io/PushbackInputStream.java,
	java/io/PushbackReader.java,
	java/io/RandomAccessFile.java,
	java/io/Reader.java,
	java/io/SequenceInputStream.java,
	java/io/Serializable.java,
	java/io/StreamCorruptedException.java,
	java/io/StreamTokenizer.java,
	java/io/StringBufferInputStream.java,
	java/io/StringWriter.java,
	java/io/SyncFailedException.java,
	java/io/UTFDataFormatException.java,
	java/io/UnsupportedEncodingException.java,
	java/io/WriteAbortedException.java,
	java/io/Writer.java,
	java/lang/AbstractMethodError.java,
	java/lang/ArithmeticException.java,
	java/lang/ArrayIndexOutOfBoundsException.java,
	java/lang/ArrayStoreException.java,
	java/lang/AssertionError.java,
	java/lang/Boolean.java,
	java/lang/Byte.java,
	java/lang/Class.java,
	java/lang/ClassCastException.java,
	java/lang/ClassCircularityError.java,
	java/lang/ClassLoader.java,
	java/lang/ClassNotFoundException.java,
	java/lang/CloneNotSupportedException.java,
	java/lang/Cloneable.java,
	java/lang/Comparable.java,
	java/lang/Compiler.java,
	java/lang/Double.java,
	java/lang/Error.java,
	java/lang/Exception.java,
	java/lang/ExceptionInInitializerError.java,
	java/lang/Float.java,
	java/lang/IllegalAccessError.java,
	java/lang/IllegalAccessException.java,
	java/lang/IllegalArgumentException.java,
	java/lang/IllegalMonitorStateException.java,
	java/lang/IllegalStateException.java,
	java/lang/IllegalThreadStateException.java,
	java/lang/IncompatibleClassChangeError.java,
	java/lang/IndexOutOfBoundsException.java,
	java/lang/InheritableThreadLocal.java,
	java/lang/InstantiationError.java,
	java/lang/InstantiationException.java,
	java/lang/Integer.java,
	java/lang/InternalError.java,
	java/lang/InterruptedException.java,
	java/lang/LinkageError.java,
	java/lang/Long.java,
	java/lang/NegativeArraySizeException.java,
	java/lang/NoClassDefFoundError.java,
	java/lang/NoSuchFieldError.java,
	java/lang/NoSuchFieldException.java,
	java/lang/NoSuchMethodError.java,
	java/lang/NoSuchMethodException.java,
	java/lang/NullPointerException.java,
	java/lang/Number.java,
	java/lang/NumberFormatException.java,
	java/lang/OutOfMemoryError.java,
	java/lang/Process.java,
	java/lang/Runnable.java,
	java/lang/Runtime.java,
	java/lang/RuntimeException.java,
	java/lang/RuntimePermission.java,
	java/lang/SecurityException.java,
	java/lang/SecurityManager.java,
	java/lang/Short.java,
	java/lang/StackOverflowError.java,
	java/lang/StackTraceElement.java,
	java/lang/StringBuffer.java,
	java/lang/StringIndexOutOfBoundsException.java,
	java/lang/ThreadDeath.java,
	java/lang/ThreadGroup.java,
	java/lang/Throwable.java,
	java/lang/UnsatisfiedLinkError.java,
	java/lang/UnsupportedOperationException.java,
	java/lang/VerifyError.java,
	java/lang/VirtualMachineError.java,
	java/lang/reflect/AccessibleObject.java,
	java/lang/reflect/Array.java,
	java/lang/reflect/InvocationTargetException.java,
	java/lang/reflect/Member.java,
	java/lang/reflect/Modifier.java,
	java/lang/reflect/Proxy.java,
	java/lang/reflect/ReflectPermission.java,
	java/lang/reflect/UndeclaredThrowableException.java,
	java/math/BigInteger.java,
	java/net/NetworkInterface.java,
	java/nio/ByteBufferHelper.java,
	java/nio/ByteBufferImpl.java,
	java/nio/DirectByteBufferImpl.java,
	java/nio/DoubleBufferImpl.java,
	java/nio/FloatBufferImpl.java,
	java/nio/IntBufferImpl.java,
	java/nio/LongBufferImpl.java,
	java/nio/ShortBufferImpl.java,
	java/nio/channels/Channel.java,
	java/nio/channels/IllegalBlockingModeException.java,
	java/nio/charset/spi/CharsetProvider.java,
	java/security/AccessControlException.java,
	java/security/BasicPermission.java,
	java/security/DigestException.java,
	java/security/DigestInputStream.java,
	java/security/DigestOutputStream.java,
	java/security/GeneralSecurityException.java,
	java/security/Guard.java,
	java/security/GuardedObject.java,
	java/security/InvalidAlgorithmParameterException.java,
	java/security/InvalidKeyException.java,
	java/security/InvalidParameterException.java,
	java/security/Key.java,
	java/security/KeyException.java,
	java/security/KeyManagementException.java,
	java/security/KeyStoreException.java,
	java/security/MessageDigestSpi.java,
	java/security/NoSuchAlgorithmException.java,
	java/security/NoSuchProviderException.java,
	java/security/Permission.java,
	java/security/PermissionCollection.java,
	java/security/Permissions.java,
	java/security/Principal.java,
	java/security/PrivateKey.java,
	java/security/PrivilegedActionException.java,
	java/security/ProviderException.java,
	java/security/PublicKey.java,
	java/security/SecureRandom.java,
	java/security/SecureRandomSpi.java,
	java/security/SignatureException.java,
	java/security/SignatureSpi.java,
	java/security/SignedObject.java,
	java/security/Signer.java,
	java/security/UnrecoverableKeyException.java,
	java/security/UnresolvedPermission.java,
	java/security/acl/AclNotFoundException.java,
	java/security/acl/LastOwnerException.java,
	java/security/acl/NotOwnerException.java,
	java/security/cert/CertPath.java,
	java/security/cert/CertPathBuilderException.java,
	java/security/cert/CertPathValidatorException.java,
	java/security/cert/CertStoreException.java,
	java/text/BreakIterator.java,
	java/text/ChoiceFormat.java,
	java/text/CollationElementIterator.java,
	java/text/CollationKey.java,
	java/text/Collator.java,
	java/text/DateFormat.java,
	java/text/DateFormatSymbols.java,
	java/text/DecimalFormat.java,
	java/text/DecimalFormatSymbols.java,
	java/text/FieldPosition.java,
	java/text/Format.java,
	java/text/NumberFormat.java,
	java/text/ParseException.java,
	java/text/ParsePosition.java,
	java/text/StringCharacterIterator.java,
	java/util/AbstractCollection.java,
	java/util/AbstractList.java,
	java/util/AbstractMap.java,
	java/util/AbstractSequentialList.java,
	java/util/AbstractSet.java,
	java/util/ArrayList.java,
	java/util/Arrays.java,
	java/util/BitSet.java,
	java/util/Collection.java,
	java/util/Collections.java,
	java/util/Comparator.java,
	java/util/ConcurrentModificationException.java,
	java/util/Currency.java,
	java/util/Date.java,
	java/util/EmptyStackException.java,
	java/util/Enumeration.java,
	java/util/EventListener.java,
	java/util/EventListenerProxy.java,
	java/util/EventObject.java,
	java/util/HashMap.java,
	java/util/HashSet.java,
	java/util/Hashtable.java,
	java/util/IdentityHashMap.java,
	java/util/Iterator.java,
	java/util/LinkedHashSet.java,
	java/util/LinkedList.java,
	java/util/List.java,
	java/util/ListIterator.java,
	java/util/ListResourceBundle.java,
	java/util/Map.java,
	java/util/MissingResourceException.java,
	java/util/NoSuchElementException.java,
	java/util/Observable.java,
	java/util/Observer.java,
	java/util/Properties.java,
	java/util/PropertyPermissionCollection.java,
	java/util/RandomAccess.java,
	java/util/Set.java,
	java/util/SortedMap.java,
	java/util/SortedSet.java,
	java/util/Stack.java,
	java/util/StringTokenizer.java,
	java/util/TooManyListenersException.java,
	java/util/TreeMap.java,
	java/util/TreeSet.java,
	java/util/Vector.java,
	java/util/logging/FileHandler.java,
	java/util/logging/Level.java,
	java/util/prefs/BackingStoreException.java,
	java/util/prefs/InvalidPreferencesFormatException.java,
	java/util/prefs/Preferences.java,
	javax/accessibility/Accessible.java,
	javax/accessibility/AccessibleAction.java,
	javax/accessibility/AccessibleBundle.java,
	javax/accessibility/AccessibleComponent.java,
	javax/accessibility/AccessibleContext.java,
	javax/accessibility/AccessibleEditableText.java,
	javax/accessibility/AccessibleExtendedComponent.java,
	javax/accessibility/AccessibleExtendedTable.java,
	javax/accessibility/AccessibleHyperlink.java,
	javax/accessibility/AccessibleHypertext.java,
	javax/accessibility/AccessibleIcon.java,
	javax/accessibility/AccessibleKeyBinding.java,
	javax/accessibility/AccessibleRelation.java,
	javax/accessibility/AccessibleRelationSet.java,
	javax/accessibility/AccessibleResourceBundle.java,
	javax/accessibility/AccessibleRole.java,
	javax/accessibility/AccessibleSelection.java,
	javax/accessibility/AccessibleState.java,
	javax/accessibility/AccessibleStateSet.java,
	javax/accessibility/AccessibleTable.java,
	javax/accessibility/AccessibleTableModelChange.java,
	javax/accessibility/AccessibleText.java,
	javax/accessibility/AccessibleValue.java,
	javax/imageio/IIOException.java,
	javax/imageio/ImageIO.java,
	javax/imageio/spi/IIOServiceProvider.java,
	javax/imageio/spi/ImageInputStreamSpi.java,
	javax/imageio/spi/ImageOutputStreamSpi.java,
	javax/imageio/spi/ImageReaderWriterSpi.java,
	javax/imageio/spi/ImageTranscoderSpi.java,
	javax/imageio/spi/RegisterableService.java,
	javax/imageio/spi/ServiceRegistry.java,
	javax/imageio/stream/IIOByteBuffer.java,
	javax/imageio/stream/ImageInputStream.java,
	javax/imageio/stream/ImageOutputStream.java,
	javax/naming/Binding.java,
	javax/naming/CannotProceedException.java,
	javax/naming/CompositeName.java,
	javax/naming/CompoundName.java,
	javax/naming/LinkException.java,
	javax/naming/LinkRef.java,
	javax/naming/NameClassPair.java,
	javax/naming/Reference.java,
	javax/naming/ReferralException.java,
	javax/naming/directory/Attribute.java,
	javax/naming/directory/AttributeModificationException.java,
	javax/naming/directory/Attributes.java,
	javax/naming/directory/DirContext.java,
	javax/naming/directory/ModificationItem.java,
	javax/naming/directory/SearchControls.java,
	javax/naming/directory/SearchResult.java,
	javax/naming/event/EventContext.java,
	javax/naming/event/EventDirContext.java,
	javax/naming/event/NamespaceChangeListener.java,
	javax/naming/event/NamingExceptionEvent.java,
	javax/naming/event/NamingListener.java,
	javax/naming/event/ObjectChangeListener.java,
	javax/naming/ldap/Control.java,
	javax/naming/ldap/ExtendedResponse.java,
	javax/naming/ldap/HasControls.java,
	javax/naming/ldap/LdapContext.java,
	javax/naming/ldap/UnsolicitedNotification.java,
	javax/naming/ldap/UnsolicitedNotificationEvent.java,
	javax/naming/ldap/UnsolicitedNotificationListener.java,
	javax/naming/spi/DirectoryManager.java,
	javax/naming/spi/ResolveResult.java,
	javax/naming/spi/Resolver.java,
	javax/security/auth/callback/Callback.java,
	javax/security/auth/callback/CallbackHandler.java,
	javax/security/auth/callback/ChoiceCallback.java,
	javax/security/auth/callback/ConfirmationCallback.java,
	javax/security/auth/callback/LanguageCallback.java,
	javax/security/auth/callback/NameCallback.java,
	javax/security/auth/callback/PasswordCallback.java,
	javax/security/auth/callback/TextInputCallback.java,
	javax/security/auth/callback/TextOutputCallback.java,
	javax/security/auth/callback/UnsupportedCallbackException.java,
	javax/security/sasl/Sasl.java,
	javax/security/sasl/SaslServerFactory.java,
	javax/swing/DefaultBoundedRangeModel.java,
	javax/swing/JComponent.java,
	javax/swing/JList.java,
	javax/swing/JProgressBar.java,
	javax/swing/JRadioButton.java,
	javax/swing/JTextArea.java,
	javax/swing/JTextField.java,
	javax/swing/JToggleButton.java,
	javax/swing/JTree.java,
	javax/swing/SpinnerListModel.java,
	javax/swing/event/EventListenerList.java,
	javax/swing/text/JTextComponent.java,
	javax/swing/text/StringContent.java,
	javax/swing/text/Utilities.java,
	javax/swing/undo/UndoManager.java,
	javax/swing/undo/UndoableEditSupport.java,
	javax/transaction/HeuristicCommitException.java,
	javax/transaction/HeuristicMixedException.java,
	javax/transaction/HeuristicRollbackException.java,
	javax/transaction/InvalidTransactionException.java,
	javax/transaction/NotSupportedException.java,
	javax/transaction/RollbackException.java,
	javax/transaction/Status.java,
	javax/transaction/Synchronization.java,
	javax/transaction/SystemException.java,
	javax/transaction/Transaction.java,
	javax/transaction/TransactionManager.java,
	javax/transaction/TransactionRequiredException.java,
	javax/transaction/TransactionRolledbackException.java,
	javax/transaction/UserTransaction.java,
	javax/transaction/xa/XAException.java,
	javax/transaction/xa/XAResource.java,
	javax/transaction/xa/Xid.java,
	javax/xml/XMLConstants.java,
	javax/xml/datatype/DatatypeConfigurationException.java,
	javax/xml/datatype/DatatypeConstants.java,
	javax/xml/datatype/DatatypeFactory.java,
	javax/xml/datatype/Duration.java,
	javax/xml/datatype/XMLGregorianCalendar.java,
	javax/xml/namespace/NamespaceContext.java,
	javax/xml/namespace/QName.java,
	javax/xml/parsers/DocumentBuilder.java,
	javax/xml/parsers/DocumentBuilderFactory.java,
	javax/xml/parsers/FactoryConfigurationError.java,
	javax/xml/parsers/ParserConfigurationException.java,
	javax/xml/parsers/SAXParser.java,
	javax/xml/parsers/SAXParserFactory.java,
	javax/xml/transform/ErrorListener.java,
	javax/xml/transform/OutputKeys.java,
	javax/xml/transform/Result.java,
	javax/xml/transform/Source.java,
	javax/xml/transform/SourceLocator.java,
	javax/xml/transform/Templates.java,
	javax/xml/transform/Transformer.java,
	javax/xml/transform/TransformerConfigurationException.java,
	javax/xml/transform/TransformerException.java,
	javax/xml/transform/TransformerFactory.java,
	javax/xml/transform/TransformerFactoryConfigurationError.java,
	javax/xml/transform/URIResolver.java,
	javax/xml/transform/dom/DOMLocator.java,
	javax/xml/transform/dom/DOMResult.java,
	javax/xml/transform/dom/DOMSource.java,
	javax/xml/transform/sax/SAXResult.java,
	javax/xml/transform/sax/SAXSource.java,
	javax/xml/transform/sax/SAXTransformerFactory.java,
	javax/xml/transform/sax/TemplatesHandler.java,
	javax/xml/transform/sax/TransformerHandler.java,
	javax/xml/transform/stream/StreamResult.java,
	javax/xml/transform/stream/StreamSource.java,
	javax/xml/validation/Schema.java,
	javax/xml/validation/SchemaFactory.java,
	javax/xml/validation/TypeInfoProvider.java,
	javax/xml/validation/Validator.java,
	javax/xml/validation/ValidatorHandler.java,
	javax/xml/xpath/XPathConstants.java,
	javax/xml/xpath/XPathException.java,
	javax/xml/xpath/XPathExpression.java,
	javax/xml/xpath/XPathExpressionException.java,
	javax/xml/xpath/XPathFactory.java,
	javax/xml/xpath/XPathFactoryConfigurationException.java,
	javax/xml/xpath/XPathFunction.java,
	javax/xml/xpath/XPathFunctionException.java,
	javax/xml/xpath/XPathFunctionResolver.java:
	Fixed usage of @author tag, reworked import statements,
	removed CVS tags, changed the modifier order and fixed
	HTML usage in javadocs.

From-SVN: r95152
parent 927c8259
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
--portable-native-sync option. --portable-native-sync option.
This is used by gthread-jni.c This is used by gthread-jni.c
Copyright (C) 2004 Free Software Foundation, Inc. Copyright (C) 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -40,10 +40,11 @@ obligated to do so. If you do not wish to do so, delete this ...@@ -40,10 +40,11 @@ obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */ exception statement from your version. */
package gnu.java.awt.peer.gtk; package gnu.java.awt.peer.gtk;
import java.lang.ref.WeakReference; import java.lang.ref.WeakReference;
import java.util.Set;
import java.util.Collections; import java.util.Collections;
import java.util.HashSet; import java.util.HashSet;
import java.util.Set;
/** Implements pthread_create(), under glib's gthread abstraction, for use /** Implements pthread_create(), under glib's gthread abstraction, for use
with GNU Classpath's --portable-native-sync option. This is used in with GNU Classpath's --portable-native-sync option. This is used in
......
/* GdkFontPeer.java -- Implements FontPeer with GTK+ /* GdkFontPeer.java -- Implements FontPeer with GTK+
Copyright (C) 1999, 2004 Free Software Foundation, Inc. Copyright (C) 1999, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -47,16 +47,15 @@ import java.awt.font.FontRenderContext; ...@@ -47,16 +47,15 @@ import java.awt.font.FontRenderContext;
import java.awt.font.GlyphVector; import java.awt.font.GlyphVector;
import java.awt.font.LineMetrics; import java.awt.font.LineMetrics;
import java.awt.geom.Rectangle2D; import java.awt.geom.Rectangle2D;
import java.text.CharacterIterator;
import java.text.StringCharacterIterator;
import java.util.Locale; import java.util.Locale;
import java.util.Map; import java.util.Map;
import java.util.ResourceBundle; import java.util.ResourceBundle;
import java.text.CharacterIterator;
import java.text.StringCharacterIterator;
public class GdkFontPeer extends ClasspathFontPeer public class GdkFontPeer extends ClasspathFontPeer
{ {
static native void initStaticState();
native static void initStaticState ();
private final int native_state = GtkGenericPeer.getUniqueInteger (); private final int native_state = GtkGenericPeer.getUniqueInteger ();
private static ResourceBundle bundle; private static ResourceBundle bundle;
......
/* GdkGlyphVector.java -- Glyph vector object /* GdkGlyphVector.java -- Glyph vector object
Copyright (C) 2003, 2004 Free Software Foundation, Inc. Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -42,9 +42,9 @@ import java.awt.Font; ...@@ -42,9 +42,9 @@ import java.awt.Font;
import java.awt.Rectangle; import java.awt.Rectangle;
import java.awt.Shape; import java.awt.Shape;
import java.awt.font.FontRenderContext; import java.awt.font.FontRenderContext;
import java.awt.font.GlyphJustificationInfo;
import java.awt.font.GlyphMetrics; import java.awt.font.GlyphMetrics;
import java.awt.font.GlyphVector; import java.awt.font.GlyphVector;
import java.awt.font.GlyphJustificationInfo;
import java.awt.geom.AffineTransform; import java.awt.geom.AffineTransform;
import java.awt.geom.Point2D; import java.awt.geom.Point2D;
import java.awt.geom.Rectangle2D; import java.awt.geom.Rectangle2D;
......
/* GdkGraphics.java /* GdkGraphics.java
Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -108,7 +108,7 @@ public class GdkGraphics extends Graphics ...@@ -108,7 +108,7 @@ public class GdkGraphics extends Graphics
native void connectSignals (GtkComponentPeer component); native void connectSignals (GtkComponentPeer component);
public native void clearRect (int x, int y, int width, int height); public native void clearRect(int x, int y, int width, int height);
public void clipRect (int x, int y, int width, int height) public void clipRect (int x, int y, int width, int height)
{ {
...@@ -119,15 +119,15 @@ public class GdkGraphics extends Graphics ...@@ -119,15 +119,15 @@ public class GdkGraphics extends Graphics
setClipRectangle (clip.x, clip.y, clip.width, clip.height); setClipRectangle (clip.x, clip.y, clip.width, clip.height);
} }
native public void copyArea (int x, int y, int width, int height, public native void copyArea(int x, int y, int width, int height,
int dx, int dy); int dx, int dy);
public Graphics create () public Graphics create ()
{ {
return new GdkGraphics (this); return new GdkGraphics (this);
} }
native public void dispose (); public native void dispose();
native void copyPixmap (Graphics g, int x, int y, int width, int height); native void copyPixmap (Graphics g, int x, int y, int width, int height);
native void copyAndScalePixmap (Graphics g, boolean flip_x, boolean flip_y, native void copyAndScalePixmap (Graphics g, boolean flip_x, boolean flip_y,
...@@ -316,22 +316,22 @@ public class GdkGraphics extends Graphics ...@@ -316,22 +316,22 @@ public class GdkGraphics extends Graphics
SystemColor.window, observer); SystemColor.window, observer);
} }
native public void drawLine (int x1, int y1, int x2, int y2); public native void drawLine(int x1, int y1, int x2, int y2);
native public void drawArc (int x, int y, int width, int height, public native void drawArc(int x, int y, int width, int height,
int startAngle, int arcAngle); int startAngle, int arcAngle);
native public void fillArc (int x, int y, int width, int height, public native void fillArc(int x, int y, int width, int height,
int startAngle, int arcAngle); int startAngle, int arcAngle);
native public void drawOval(int x, int y, int width, int height); public native void drawOval(int x, int y, int width, int height);
native public void fillOval(int x, int y, int width, int height); public native void fillOval(int x, int y, int width, int height);
native public void drawPolygon(int[] xPoints, int[] yPoints, int nPoints); public native void drawPolygon(int[] xPoints, int[] yPoints, int nPoints);
native public void fillPolygon(int[] xPoints, int[] yPoints, int nPoints); public native void fillPolygon(int[] xPoints, int[] yPoints, int nPoints);
native public void drawPolyline(int[] xPoints, int[] yPoints, int nPoints); public native void drawPolyline(int[] xPoints, int[] yPoints, int nPoints);
native public void drawRect(int x, int y, int width, int height); public native void drawRect(int x, int y, int width, int height);
native public void fillRect (int x, int y, int width, int height); public native void fillRect(int x, int y, int width, int height);
GdkFontPeer getFontPeer() GdkFontPeer getFontPeer()
{ {
...@@ -448,7 +448,7 @@ public class GdkGraphics extends Graphics ...@@ -448,7 +448,7 @@ public class GdkGraphics extends Graphics
setClip (clip.getBounds ()); setClip (clip.getBounds ());
} }
native private void setFGColor (int red, int green, int blue); private native void setFGColor(int red, int green, int blue);
public void setColor (Color c) public void setColor (Color c)
{ {
...@@ -490,7 +490,7 @@ public class GdkGraphics extends Graphics ...@@ -490,7 +490,7 @@ public class GdkGraphics extends Graphics
color.getBlue () ^ xorColor.getBlue ()); color.getBlue () ^ xorColor.getBlue ());
} }
native public void translateNative (int x, int y); public native void translateNative(int x, int y);
public void translate (int x, int y) public void translate (int x, int y)
{ {
......
...@@ -366,7 +366,7 @@ public class GdkGraphics2D extends Graphics2D ...@@ -366,7 +366,7 @@ public class GdkGraphics2D extends Graphics2D
// "middle of pixel" coordinates and light up complete pixels. // "middle of pixel" coordinates and light up complete pixels.
private boolean shiftDrawCalls = false; private boolean shiftDrawCalls = false;
private final double shifted(double coord, boolean doShift) private double shifted(double coord, boolean doShift)
{ {
if (doShift) if (doShift)
return Math.floor(coord) + 0.5; return Math.floor(coord) + 0.5;
...@@ -374,7 +374,7 @@ public class GdkGraphics2D extends Graphics2D ...@@ -374,7 +374,7 @@ public class GdkGraphics2D extends Graphics2D
return coord; return coord;
} }
private final void walkPath(PathIterator p, boolean doShift) private void walkPath(PathIterator p, boolean doShift)
{ {
double x = 0; double x = 0;
double y = 0; double y = 0;
...@@ -424,7 +424,7 @@ public class GdkGraphics2D extends Graphics2D ...@@ -424,7 +424,7 @@ public class GdkGraphics2D extends Graphics2D
} }
} }
private final Map getDefaultHints() private Map getDefaultHints()
{ {
HashMap defaultHints = new HashMap(); HashMap defaultHints = new HashMap();
...@@ -446,7 +446,7 @@ public class GdkGraphics2D extends Graphics2D ...@@ -446,7 +446,7 @@ public class GdkGraphics2D extends Graphics2D
return defaultHints; return defaultHints;
} }
public static final int[] findSimpleIntegerArray (ColorModel cm, Raster raster) public static int[] findSimpleIntegerArray (ColorModel cm, Raster raster)
{ {
if (cm == null || raster == null) if (cm == null || raster == null)
return null; return null;
...@@ -485,7 +485,7 @@ public class GdkGraphics2D extends Graphics2D ...@@ -485,7 +485,7 @@ public class GdkGraphics2D extends Graphics2D
return db.getData(); return db.getData();
} }
private final void updateBufferedImage() private void updateBufferedImage()
{ {
if (bimage != null && pixelConversionRequired) if (bimage != null && pixelConversionRequired)
{ {
...@@ -497,8 +497,8 @@ public class GdkGraphics2D extends Graphics2D ...@@ -497,8 +497,8 @@ public class GdkGraphics2D extends Graphics2D
} }
} }
private final boolean drawImage(Image img, AffineTransform xform, private boolean drawImage(Image img, AffineTransform xform,
Color bgcolor, ImageObserver obs) Color bgcolor, ImageObserver obs)
{ {
if (img == null) if (img == null)
return false; return false;
...@@ -927,8 +927,8 @@ public class GdkGraphics2D extends Graphics2D ...@@ -927,8 +927,8 @@ public class GdkGraphics2D extends Graphics2D
return bg; return bg;
} }
private final void doPolygon(int[] xPoints, int[] yPoints, int nPoints, private void doPolygon(int[] xPoints, int[] yPoints, int nPoints,
boolean close, boolean fill) boolean close, boolean fill)
{ {
if (nPoints < 1) if (nPoints < 1)
return; return;
...@@ -981,8 +981,8 @@ public class GdkGraphics2D extends Graphics2D ...@@ -981,8 +981,8 @@ public class GdkGraphics2D extends Graphics2D
doPolygon(xPoints, yPoints, nPoints, false, false); doPolygon(xPoints, yPoints, nPoints, false, false);
} }
private final boolean drawRaster(ColorModel cm, Raster r, private boolean drawRaster(ColorModel cm, Raster r,
AffineTransform imageToUser, Color bgcolor) AffineTransform imageToUser, Color bgcolor)
{ {
if (r == null) if (r == null)
return false; return false;
......
...@@ -38,9 +38,9 @@ exception statement from your version. */ ...@@ -38,9 +38,9 @@ exception statement from your version. */
package gnu.java.awt.peer.gtk; package gnu.java.awt.peer.gtk;
import java.awt.BufferCapabilities; import java.awt.BufferCapabilities;
import java.awt.ImageCapabilities;
import java.awt.GraphicsConfiguration; import java.awt.GraphicsConfiguration;
import java.awt.GraphicsDevice; import java.awt.GraphicsDevice;
import java.awt.ImageCapabilities;
import java.awt.Rectangle; import java.awt.Rectangle;
import java.awt.geom.AffineTransform; import java.awt.geom.AffineTransform;
......
/* GdkGraphicsEnvironment.java -- information about the graphics environment /* GdkGraphicsEnvironment.java -- information about the graphics environment
Copyright (C) 2004 Free Software Foundation, Inc. Copyright (C) 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -79,8 +79,9 @@ public class GdkGraphicsEnvironment extends GraphicsEnvironment ...@@ -79,8 +79,9 @@ public class GdkGraphicsEnvironment extends GraphicsEnvironment
{ {
return new GdkGraphics2D (image); return new GdkGraphics2D (image);
} }
native private int nativeGetNumFontFamilies ();
native private void nativeGetFontFamilies (String[] family_names); private native int nativeGetNumFontFamilies();
private native void nativeGetFontFamilies(String[] family_names);
public Font[] getAllFonts () public Font[] getAllFonts ()
{ {
......
/* GdkPixbufDecoder.java -- Image data decoding object /* GdkPixbufDecoder.java -- Image data decoding object
Copyright (C) 2003, 2004 Free Software Foundation, Inc. Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -57,16 +57,16 @@ import java.util.Iterator; ...@@ -57,16 +57,16 @@ import java.util.Iterator;
import java.util.Locale; import java.util.Locale;
import java.util.Vector; import java.util.Vector;
import javax.imageio.ImageReader; import javax.imageio.IIOImage;
import javax.imageio.ImageWriter;
import javax.imageio.ImageReadParam; import javax.imageio.ImageReadParam;
import javax.imageio.ImageReader;
import javax.imageio.ImageTypeSpecifier; import javax.imageio.ImageTypeSpecifier;
import javax.imageio.ImageWriteParam; import javax.imageio.ImageWriteParam;
import javax.imageio.IIOImage; import javax.imageio.ImageWriter;
import javax.imageio.metadata.IIOMetadata; import javax.imageio.metadata.IIOMetadata;
import javax.imageio.spi.IIORegistry;
import javax.imageio.spi.ImageReaderSpi; import javax.imageio.spi.ImageReaderSpi;
import javax.imageio.spi.ImageWriterSpi; import javax.imageio.spi.ImageWriterSpi;
import javax.imageio.spi.IIORegistry;
import javax.imageio.stream.ImageInputStream; import javax.imageio.stream.ImageInputStream;
import javax.imageio.stream.ImageOutputStream; import javax.imageio.stream.ImageOutputStream;
...@@ -80,7 +80,8 @@ public class GdkPixbufDecoder extends gnu.java.awt.image.ImageDecoder ...@@ -80,7 +80,8 @@ public class GdkPixbufDecoder extends gnu.java.awt.image.ImageDecoder
} }
initStaticState (); initStaticState ();
} }
native static void initStaticState ();
static native void initStaticState();
private final int native_state = GtkGenericPeer.getUniqueInteger (); private final int native_state = GtkGenericPeer.getUniqueInteger ();
private boolean initialized = false; private boolean initialized = false;
......
/* GdkRobot.java -- an XTest implementation of RobotPeer /* GdkRobot.java -- an XTest implementation of RobotPeer
Copyright (C) 2004 Free Software Foundation, Inc. Copyright (C) 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -39,9 +39,9 @@ package gnu.java.awt.peer.gtk; ...@@ -39,9 +39,9 @@ package gnu.java.awt.peer.gtk;
import java.awt.AWTException; import java.awt.AWTException;
import java.awt.GraphicsDevice; import java.awt.GraphicsDevice;
import java.awt.Rectangle;
import java.awt.image.ColorModel; import java.awt.image.ColorModel;
import java.awt.image.DirectColorModel; import java.awt.image.DirectColorModel;
import java.awt.Rectangle;
import java.awt.peer.RobotPeer; import java.awt.peer.RobotPeer;
/** /**
......
/* GdkScreenGraphicsDevice.java -- information about a screen device /* GdkScreenGraphicsDevice.java -- information about a screen device
Copyright (C) 2004 Free Software Foundation, Inc. Copyright (C) 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -38,8 +38,8 @@ exception statement from your version. */ ...@@ -38,8 +38,8 @@ exception statement from your version. */
package gnu.java.awt.peer.gtk; package gnu.java.awt.peer.gtk;
import java.awt.GraphicsDevice;
import java.awt.GraphicsConfiguration; import java.awt.GraphicsConfiguration;
import java.awt.GraphicsDevice;
public class GdkScreenGraphicsDevice extends GraphicsDevice public class GdkScreenGraphicsDevice extends GraphicsDevice
{ {
......
/* GdkTextLayout.java /* GdkTextLayout.java
Copyright (C) 2003 Free Software Foundation, Inc. Copyright (C) 2003, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -38,24 +38,24 @@ exception statement from your version. */ ...@@ -38,24 +38,24 @@ exception statement from your version. */
package gnu.java.awt.peer.gtk; package gnu.java.awt.peer.gtk;
import gnu.classpath.Configuration;
import gnu.java.awt.peer.ClasspathTextLayoutPeer;
import java.awt.Font; import java.awt.Font;
import java.awt.Graphics2D; import java.awt.Graphics2D;
import java.awt.Shape; import java.awt.Shape;
import java.awt.font.FontRenderContext; import java.awt.font.FontRenderContext;
import java.awt.font.GlyphMetrics; import java.awt.font.GlyphMetrics;
import java.awt.font.GlyphVector; import java.awt.font.GlyphVector;
import java.awt.font.TextAttribute;
import java.awt.font.TextHitInfo; import java.awt.font.TextHitInfo;
import java.awt.font.TextLayout; import java.awt.font.TextLayout;
import java.awt.geom.AffineTransform; import java.awt.geom.AffineTransform;
import java.awt.geom.GeneralPath; import java.awt.geom.GeneralPath;
import java.awt.geom.Rectangle2D; import java.awt.geom.Rectangle2D;
import java.text.CharacterIterator;
import java.text.AttributedCharacterIterator; import java.text.AttributedCharacterIterator;
import java.text.AttributedString; import java.text.AttributedString;
import java.awt.font.TextAttribute; import java.text.CharacterIterator;
import gnu.classpath.Configuration;
import gnu.java.awt.peer.ClasspathTextLayoutPeer;
/** /**
* This is an implementation of the text layout peer interface which * This is an implementation of the text layout peer interface which
...@@ -82,7 +82,7 @@ public class GdkTextLayout ...@@ -82,7 +82,7 @@ public class GdkTextLayout
private native void indexToPos(int idx, double[] pos); private native void indexToPos(int idx, double[] pos);
private native void initState (); private native void initState ();
private native void dispose (); private native void dispose ();
native static void initStaticState (); static native void initStaticState();
private final int native_state = GtkGenericPeer.getUniqueInteger (); private final int native_state = GtkGenericPeer.getUniqueInteger ();
protected void finalize () protected void finalize ()
{ {
......
/* GtkCheckboxMenuItemPeer.java -- Implements CheckboxMenuItemPeer with GTK+ /* GtkCheckboxMenuItemPeer.java -- Implements CheckboxMenuItemPeer with GTK+
Copyright (C) 1999 Free Software Foundation, Inc. Copyright (C) 1999, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -38,11 +38,10 @@ exception statement from your version. */ ...@@ -38,11 +38,10 @@ exception statement from your version. */
package gnu.java.awt.peer.gtk; package gnu.java.awt.peer.gtk;
import java.awt.CheckboxMenuItem;
import java.awt.ItemSelectable; import java.awt.ItemSelectable;
import java.awt.event.ItemEvent; import java.awt.event.ItemEvent;
import java.awt.CheckboxMenuItem;
import java.awt.peer.CheckboxMenuItemPeer; import java.awt.peer.CheckboxMenuItemPeer;
import java.awt.peer.MenuItemPeer;
public class GtkCheckboxMenuItemPeer extends GtkMenuItemPeer public class GtkCheckboxMenuItemPeer extends GtkMenuItemPeer
implements CheckboxMenuItemPeer implements CheckboxMenuItemPeer
...@@ -55,7 +54,7 @@ public class GtkCheckboxMenuItemPeer extends GtkMenuItemPeer ...@@ -55,7 +54,7 @@ public class GtkCheckboxMenuItemPeer extends GtkMenuItemPeer
setState (menu.getState ()); setState (menu.getState ());
} }
native public void setState (boolean t); public native void setState(boolean t);
protected void postMenuActionEvent () protected void postMenuActionEvent ()
{ {
......
/* GtkChoicePeer.java -- Implements ChoicePeer with GTK /* GtkChoicePeer.java -- Implements ChoicePeer with GTK
Copyright (C) 1998, 1999 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -72,7 +72,7 @@ public class GtkChoicePeer extends GtkComponentPeer ...@@ -72,7 +72,7 @@ public class GtkChoicePeer extends GtkComponentPeer
native void nativeRemove (int index); native void nativeRemove (int index);
native void nativeRemoveAll (); native void nativeRemoveAll ();
native public void select (int position); public native void select (int position);
public void add (String item, int index) public void add (String item, int index)
{ {
......
/* GtkClipboard.java /* GtkClipboard.java
Copyright (C) 1999 Free Software Foundation, Inc. Copyright (C) 1999, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -52,7 +52,7 @@ public class GtkClipboard extends Clipboard ...@@ -52,7 +52,7 @@ public class GtkClipboard extends Clipboard
/* the number of milliseconds that we'll wait around for the /* the number of milliseconds that we'll wait around for the
owner of the GDK_SELECTION_PRIMARY selection to convert owner of the GDK_SELECTION_PRIMARY selection to convert
the requested data */ the requested data */
final static int SELECTION_RECEIVED_TIMEOUT = 5000; static final int SELECTION_RECEIVED_TIMEOUT = 5000;
/* We currently only support transferring of text between applications */ /* We currently only support transferring of text between applications */
static String selection; static String selection;
...@@ -165,6 +165,6 @@ public class GtkClipboard extends Clipboard ...@@ -165,6 +165,6 @@ public class GtkClipboard extends Clipboard
} }
native void initNativeState(); native void initNativeState();
native static void requestStringConversion(); static native void requestStringConversion();
native static void selectionGet(); static native void selectionGet();
} }
/* GtkComponentPeer.java -- Implements ComponentPeer with GTK /* GtkComponentPeer.java -- Implements ComponentPeer with GTK
Copyright (C) 1998, 1999, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -81,7 +81,7 @@ public class GtkComponentPeer extends GtkGenericPeer ...@@ -81,7 +81,7 @@ public class GtkComponentPeer extends GtkGenericPeer
knows if a parent is disabled. In that case Component.isEnabled knows if a parent is disabled. In that case Component.isEnabled
may return true, but our isEnabled will always return false */ may return true, but our isEnabled will always return false */
native boolean isEnabled (); native boolean isEnabled ();
native static boolean modalHasGrab (); static native boolean modalHasGrab();
native int[] gtkWidgetGetForeground (); native int[] gtkWidgetGetForeground ();
native int[] gtkWidgetGetBackground (); native int[] gtkWidgetGetBackground ();
......
/* GtkFileDialogPeer.java -- Implements FileDialogPeer with GTK /* GtkFileDialogPeer.java -- Implements FileDialogPeer with GTK
Copyright (C) 1998, 1999, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -57,11 +57,12 @@ public class GtkFileDialogPeer extends GtkDialogPeer implements FileDialogPeer ...@@ -57,11 +57,12 @@ public class GtkFileDialogPeer extends GtkDialogPeer implements FileDialogPeer
native void create (GtkContainerPeer parent); native void create (GtkContainerPeer parent);
native void connectSignals (); native void connectSignals ();
native void nativeSetFile (String file); native void nativeSetFile (String file);
native public String nativeGetDirectory(); public native String nativeGetDirectory();
native public void nativeSetDirectory(String directory); public native void nativeSetDirectory(String directory);
native void nativeSetFilenameFilter (FilenameFilter filter); native void nativeSetFilenameFilter (FilenameFilter filter);
public void create() { public void create()
{
create((GtkContainerPeer) awtComponent.getParent().getPeer()); create((GtkContainerPeer) awtComponent.getParent().getPeer());
FileDialog fd = (FileDialog) awtComponent; FileDialog fd = (FileDialog) awtComponent;
......
/* GtkFontPeer.java -- Implements FontPeer with GTK+ /* GtkFontPeer.java -- Implements FontPeer with GTK+
Copyright (C) 1999, 2004 Free Software Foundation, Inc. Copyright (C) 1999, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -67,7 +67,7 @@ public class GtkFontPeer extends ClasspathFontPeer ...@@ -67,7 +67,7 @@ public class GtkFontPeer extends ClasspathFontPeer
} }
} }
final private String Xname; private final String Xname;
public GtkFontPeer (String name, int style) public GtkFontPeer (String name, int style)
{ {
......
/* GtkLabelPeer.java -- Implements LabelPeer with GTK /* GtkLabelPeer.java -- Implements LabelPeer with GTK
Copyright (C) 1998, 1999 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -48,7 +48,7 @@ public class GtkLabelPeer extends GtkComponentPeer ...@@ -48,7 +48,7 @@ public class GtkLabelPeer extends GtkComponentPeer
native void gtkWidgetModifyFont (String name, int style, int size); native void gtkWidgetModifyFont (String name, int style, int size);
native void nativeSetAlignment (float alignment); native void nativeSetAlignment (float alignment);
native public void setText (String text); public native void setText(String text);
native void setNativeBounds (int x, int y, int width, int height); native void setNativeBounds (int x, int y, int width, int height);
void create () void create ()
......
/* GtkMenuBarPeer.java -- Implements MenuBarPeer with GTK+ /* GtkMenuBarPeer.java -- Implements MenuBarPeer with GTK+
Copyright (C) 1999 Free Software Foundation, Inc. Copyright (C) 1999, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -76,5 +76,5 @@ public class GtkMenuBarPeer extends GtkMenuComponentPeer ...@@ -76,5 +76,5 @@ public class GtkMenuBarPeer extends GtkMenuComponentPeer
// nativeSetHelpMenu((MenuPeer) menu.getPeer()); // nativeSetHelpMenu((MenuPeer) menu.getPeer());
} }
native public void delMenu (int index); public native void delMenu(int index);
} }
/* GtkMenuItemPeer.java -- Implements MenuItemPeer with GTK+ /* GtkMenuItemPeer.java -- Implements MenuItemPeer with GTK+
Copyright (C) 1999 Free Software Foundation, Inc. Copyright (C) 1999, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -40,8 +40,8 @@ package gnu.java.awt.peer.gtk; ...@@ -40,8 +40,8 @@ package gnu.java.awt.peer.gtk;
import java.awt.Font; import java.awt.Font;
import java.awt.Menu; import java.awt.Menu;
import java.awt.MenuComponent;
import java.awt.MenuBar; import java.awt.MenuBar;
import java.awt.MenuComponent;
import java.awt.MenuItem; import java.awt.MenuItem;
import java.awt.peer.MenuItemPeer; import java.awt.peer.MenuItemPeer;
import java.awt.peer.MenuPeer; import java.awt.peer.MenuPeer;
...@@ -109,9 +109,9 @@ public class GtkMenuItemPeer extends GtkMenuComponentPeer ...@@ -109,9 +109,9 @@ public class GtkMenuItemPeer extends GtkMenuComponentPeer
setEnabled (true); setEnabled (true);
} }
native public void setEnabled (boolean b); public native void setEnabled(boolean b);
native public void setLabel (String label); public native void setLabel(String label);
protected void postMenuActionEvent () protected void postMenuActionEvent ()
{ {
......
/* GtkMenuPeer.java -- Implements MenuPeer with GTK+ /* GtkMenuPeer.java -- Implements MenuPeer with GTK+
Copyright (C) 1999 Free Software Foundation, Inc. Copyright (C) 1999, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -43,8 +43,8 @@ import java.awt.Menu; ...@@ -43,8 +43,8 @@ import java.awt.Menu;
import java.awt.MenuContainer; import java.awt.MenuContainer;
import java.awt.MenuItem; import java.awt.MenuItem;
import java.awt.MenuShortcut; import java.awt.MenuShortcut;
import java.awt.peer.MenuPeer;
import java.awt.peer.MenuItemPeer; import java.awt.peer.MenuItemPeer;
import java.awt.peer.MenuPeer;
public class GtkMenuPeer extends GtkMenuItemPeer public class GtkMenuPeer extends GtkMenuItemPeer
implements MenuPeer implements MenuPeer
...@@ -99,5 +99,5 @@ public class GtkMenuPeer extends GtkMenuItemPeer ...@@ -99,5 +99,5 @@ public class GtkMenuPeer extends GtkMenuItemPeer
addItem (item, key, shiftModifier); addItem (item, key, shiftModifier);
} }
native public void delItem (int index); public native void delItem(int index);
} }
/* GtkScrollPanePeer.java -- Implements ScrollPanePeer with GTK /* GtkScrollPanePeer.java -- Implements ScrollPanePeer with GTK
Copyright (C) 1998, 1999 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -83,9 +83,9 @@ public class GtkScrollPanePeer extends GtkContainerPeer ...@@ -83,9 +83,9 @@ public class GtkScrollPanePeer extends GtkContainerPeer
setPolicy (((ScrollPane) awtComponent).getScrollbarDisplayPolicy ()); setPolicy (((ScrollPane) awtComponent).getScrollbarDisplayPolicy ());
} }
native public int getHScrollbarHeight (); public native int getHScrollbarHeight();
native public int getVScrollbarWidth (); public native int getVScrollbarWidth();
native public void setScrollPosition (int x, int y); public native void setScrollPosition(int x, int y);
public Dimension getPreferredSize () public Dimension getPreferredSize ()
{ {
......
/* GtkScrollbarPeer.java -- Implements ScrollbarPeer with GTK+ /* GtkScrollbarPeer.java -- Implements ScrollbarPeer with GTK+
Copyright (C) 1998, 1999 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -67,9 +67,9 @@ public class GtkScrollbarPeer extends GtkComponentPeer ...@@ -67,9 +67,9 @@ public class GtkScrollbarPeer extends GtkComponentPeer
super (s); super (s);
} }
native public void setLineIncrement (int amount); public native void setLineIncrement(int amount);
native public void setPageIncrement (int amount); public native void setPageIncrement(int amount);
native public void setValues (int value, int visible, int min, int max); public native void setValues(int value, int visible, int min, int max);
protected void postAdjustmentEvent (int type, int value) protected void postAdjustmentEvent (int type, int value)
{ {
......
/* GtkToolkit.java -- Implements an AWT Toolkit using GTK for peers /* GtkToolkit.java -- Implements an AWT Toolkit using GTK for peers
Copyright (C) 1998, 1999, 2002, 2003, 2004 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -44,7 +44,6 @@ import gnu.java.awt.EmbeddedWindowSupport; ...@@ -44,7 +44,6 @@ import gnu.java.awt.EmbeddedWindowSupport;
import gnu.java.awt.peer.ClasspathFontPeer; import gnu.java.awt.peer.ClasspathFontPeer;
import gnu.java.awt.peer.ClasspathTextLayoutPeer; import gnu.java.awt.peer.ClasspathTextLayoutPeer;
import gnu.java.awt.peer.EmbeddedWindowPeer; import gnu.java.awt.peer.EmbeddedWindowPeer;
import gnu.java.awt.peer.gtk.GdkPixbufDecoder;
import java.awt.*; import java.awt.*;
import java.awt.datatransfer.Clipboard; import java.awt.datatransfer.Clipboard;
...@@ -68,6 +67,7 @@ import java.util.Iterator; ...@@ -68,6 +67,7 @@ import java.util.Iterator;
import java.util.LinkedHashMap; import java.util.LinkedHashMap;
import java.util.Map; import java.util.Map;
import java.util.Properties; import java.util.Properties;
import javax.imageio.spi.IIORegistry; import javax.imageio.spi.IIORegistry;
/* This class uses a deprecated method java.awt.peer.ComponentPeer.getPeer(). /* This class uses a deprecated method java.awt.peer.ComponentPeer.getPeer().
...@@ -129,8 +129,8 @@ public class GtkToolkit extends gnu.java.awt.ClasspathToolkit ...@@ -129,8 +129,8 @@ public class GtkToolkit extends gnu.java.awt.ClasspathToolkit
systemClipboard = new GtkClipboard (); systemClipboard = new GtkClipboard ();
} }
native public void beep (); public native void beep();
native private void getScreenSizeDimensions (int[] xy); private native void getScreenSizeDimensions(int[] xy);
public int checkImage (Image image, int width, int height, public int checkImage (Image image, int width, int height,
ImageObserver observer) ImageObserver observer)
...@@ -389,9 +389,10 @@ public class GtkToolkit extends gnu.java.awt.ClasspathToolkit ...@@ -389,9 +389,10 @@ public class GtkToolkit extends gnu.java.awt.ClasspathToolkit
return null; return null;
} }
native public int getScreenResolution(); public native int getScreenResolution();
public Dimension getScreenSize () { public Dimension getScreenSize ()
{
int dim[] = new int[2]; int dim[] = new int[2];
getScreenSizeDimensions(dim); getScreenSizeDimensions(dim);
return new Dimension(dim[0], dim[1]); return new Dimension(dim[0], dim[1]);
...@@ -430,7 +431,7 @@ public class GtkToolkit extends gnu.java.awt.ClasspathToolkit ...@@ -430,7 +431,7 @@ public class GtkToolkit extends gnu.java.awt.ClasspathToolkit
return false; return false;
} }
native public void sync (); public native void sync();
protected void setComponentState (Component c, GtkComponentPeer cp) protected void setComponentState (Component c, GtkComponentPeer cp)
{ {
......
/* GtkWindowPeer.java -- Implements WindowPeer with GTK /* GtkWindowPeer.java -- Implements WindowPeer with GTK
Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc. Copyright (C) 1998, 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -47,14 +47,14 @@ import java.awt.peer.WindowPeer; ...@@ -47,14 +47,14 @@ import java.awt.peer.WindowPeer;
public class GtkWindowPeer extends GtkContainerPeer public class GtkWindowPeer extends GtkContainerPeer
implements WindowPeer implements WindowPeer
{ {
static protected final int GDK_WINDOW_TYPE_HINT_NORMAL = 0; protected static final int GDK_WINDOW_TYPE_HINT_NORMAL = 0;
static protected final int GDK_WINDOW_TYPE_HINT_DIALOG = 1; protected static final int GDK_WINDOW_TYPE_HINT_DIALOG = 1;
static protected final int GDK_WINDOW_TYPE_HINT_MENU = 2; protected static final int GDK_WINDOW_TYPE_HINT_MENU = 2;
static protected final int GDK_WINDOW_TYPE_HINT_TOOLBAR = 3; protected static final int GDK_WINDOW_TYPE_HINT_TOOLBAR = 3;
static protected final int GDK_WINDOW_TYPE_HINT_SPLASHSCREEN = 4; protected static final int GDK_WINDOW_TYPE_HINT_SPLASHSCREEN = 4;
static protected final int GDK_WINDOW_TYPE_HINT_UTILITY = 5; protected static final int GDK_WINDOW_TYPE_HINT_UTILITY = 5;
static protected final int GDK_WINDOW_TYPE_HINT_DOCK = 6; protected static final int GDK_WINDOW_TYPE_HINT_DOCK = 6;
static protected final int GDK_WINDOW_TYPE_HINT_DESKTOP = 7; protected static final int GDK_WINDOW_TYPE_HINT_DESKTOP = 7;
private boolean hasBeenShown = false; private boolean hasBeenShown = false;
private int oldState = Frame.NORMAL; private int oldState = Frame.NORMAL;
...@@ -112,8 +112,8 @@ public class GtkWindowPeer extends GtkContainerPeer ...@@ -112,8 +112,8 @@ public class GtkWindowPeer extends GtkContainerPeer
super (window); super (window);
} }
native public void toBack (); public native void toBack();
native public void toFront (); public native void toFront();
native void nativeSetBounds (int x, int y, int width, int height); native void nativeSetBounds (int x, int y, int width, int height);
......
/* Applet.java -- Java base applet class /* Applet.java -- Java base applet class
Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -63,8 +63,8 @@ import javax.accessibility.AccessibleStateSet; ...@@ -63,8 +63,8 @@ import javax.accessibility.AccessibleStateSet;
* are init, stop, and destroy for control purposes, and getAppletInfo and * are init, stop, and destroy for control purposes, and getAppletInfo and
* getParameterInfo for descriptive purposes. * getParameterInfo for descriptive purposes.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.0 * @since 1.0
* @status updated to 1.4 * @status updated to 1.4
*/ */
...@@ -477,7 +477,7 @@ public class Applet extends Panel ...@@ -477,7 +477,7 @@ public class Applet extends Panel
* This class provides accessibility support for Applets, and is the * This class provides accessibility support for Applets, and is the
* runtime type returned by {@link #getAccessibleContext()}. * runtime type returned by {@link #getAccessibleContext()}.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.3 * @since 1.3
*/ */
protected class AccessibleApplet extends AccessibleAWTPanel protected class AccessibleApplet extends AccessibleAWTPanel
......
/* AWTError.java -- A serious AWT error occurred. /* AWTError.java -- A serious AWT error occurred.
Copyright (C) 1999, 2002 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -42,7 +42,7 @@ package java.awt; ...@@ -42,7 +42,7 @@ package java.awt;
* This error is thrown when a critical Abstract Window Toolkit (AWT) error * This error is thrown when a critical Abstract Window Toolkit (AWT) error
* occurs. * occurs.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @status updated to 1.4 * @status updated to 1.4
*/ */
public class AWTError extends Error public class AWTError extends Error
......
...@@ -50,8 +50,8 @@ import java.util.EventObject; ...@@ -50,8 +50,8 @@ import java.util.EventObject;
* listeners. Event masks are appropriately set when registering on * listeners. Event masks are appropriately set when registering on
* components. * components.
* *
* @author Warren Levy <warrenl@cygnus.com> * @author Warren Levy (warrenl@cygnus.com)
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @since 1.1 * @since 1.1
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
...@@ -107,8 +107,8 @@ import java.util.EventListener; ...@@ -107,8 +107,8 @@ import java.util.EventListener;
* new listener is then chained to the old. * new listener is then chained to the old.
* *
* @author Bryce McKinlay * @author Bryce McKinlay
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.1 * @since 1.1
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
/* AWTException.java -- Generic AWT exception /* AWTException.java -- Generic AWT exception
Copyright (C) 1999, 2002 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -42,7 +42,7 @@ package java.awt; ...@@ -42,7 +42,7 @@ package java.awt;
* This is a generic exception that indicates an exception occurred in the * This is a generic exception that indicates an exception occurred in the
* Abstract Window Toolkit (AWT) system. * Abstract Window Toolkit (AWT) system.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @status updated to 1.4 * @status updated to 1.4
*/ */
public class AWTException extends Exception public class AWTException extends Exception
......
...@@ -63,7 +63,7 @@ import java.util.StringTokenizer; ...@@ -63,7 +63,7 @@ import java.util.StringTokenizer;
* instances of a subclass, using reflection, provided the subclass has a * instances of a subclass, using reflection, provided the subclass has a
* no-arg constructor (of any accessibility). * no-arg constructor (of any accessibility).
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @see #getAWTKeyStroke(char) * @see #getAWTKeyStroke(char)
* @since 1.4 * @since 1.4
* @status updated to 1.4 * @status updated to 1.4
......
...@@ -82,7 +82,7 @@ import java.security.BasicPermission; ...@@ -82,7 +82,7 @@ import java.security.BasicPermission;
* <td>malicious code could masquerade as a trusted program</td></tr> * <td>malicious code could masquerade as a trusted program</td></tr>
* </table> * </table>
* *
* @author Tom Tromey <tromey@redhat.com> * @author Tom Tromey (tromey@redhat.com)
* @since 1.2 * @since 1.2
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
...@@ -47,7 +47,7 @@ package java.awt; ...@@ -47,7 +47,7 @@ package java.awt;
* untrusted code. For example, system code should use an ActiveEvent to * untrusted code. For example, system code should use an ActiveEvent to
* invoke user code securely. * invoke user code securely.
* *
* @author Tom Tromey <tromey@cygnus.com> * @author Tom Tromey (tromey@cygnus.com)
* @since 1.2 * @since 1.2
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
/* Adjustable.java -- Objects with a numeric adjustment scale /* Adjustable.java -- Objects with a numeric adjustment scale
Copyright (C) 1999, 2002 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -44,7 +44,7 @@ import java.awt.event.AdjustmentListener; ...@@ -44,7 +44,7 @@ import java.awt.event.AdjustmentListener;
* This interface is for objects that take a numeric value that can be * This interface is for objects that take a numeric value that can be
* adjusted within a bounded range. For example, a scroll bar. * adjusted within a bounded range. For example, a scroll bar.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @since 1.0 * @since 1.0
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
/* AlphaComposite.java -- provides a context for performing alpha compositing /* AlphaComposite.java -- provides a context for performing alpha compositing
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -44,7 +44,7 @@ import java.util.Map; ...@@ -44,7 +44,7 @@ import java.util.Map;
/** /**
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @see Composite * @see Composite
* @see CompositeContext * @see CompositeContext
* @since 1.3 * @since 1.3
......
/* AttributeValue.java -- parent of type-safe enums of attributes /* AttributeValue.java -- parent of type-safe enums of attributes
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -44,7 +44,7 @@ package java.awt; ...@@ -44,7 +44,7 @@ package java.awt;
* <code>equals</code>, <code>toString</code>, and <code>hashCode</code>, so * <code>equals</code>, <code>toString</code>, and <code>hashCode</code>, so
* that you don't have to (although hashCode is commonly overridden). * that you don't have to (although hashCode is commonly overridden).
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
*/ */
class AttributeValue class AttributeValue
{ {
......
/* BorderLayout.java -- A layout manager class /* BorderLayout.java -- A layout manager class
Copyright (C) 1999, 2002 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -43,7 +43,7 @@ package java.awt; ...@@ -43,7 +43,7 @@ package java.awt;
* in certain sectors of the parent container. * in certain sectors of the parent container.
* *
* @author Aaron M. Renn (arenn@urbanophile.com) * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Rolf W. Rasmussen <rolfwr@ii.uib.no> * @author Rolf W. Rasmussen (rolfwr@ii.uib.no)
*/ */
public class BorderLayout implements LayoutManager2, java.io.Serializable public class BorderLayout implements LayoutManager2, java.io.Serializable
{ {
......
/* BufferCapabilities.java -- /* BufferCapabilities.java --
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -41,7 +41,7 @@ package java.awt; ...@@ -41,7 +41,7 @@ package java.awt;
/** /**
* Needs documentation... * Needs documentation...
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @see BufferStrategy#getCapabilities() * @see BufferStrategy#getCapabilities()
* @see GraphicsConfiguration#getCapabilities() * @see GraphicsConfiguration#getCapabilities()
* @since 1.4 * @since 1.4
......
/* Button.java -- AWT button widget /* Button.java -- AWT button widget
Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -54,7 +54,7 @@ import javax.accessibility.AccessibleValue; ...@@ -54,7 +54,7 @@ import javax.accessibility.AccessibleValue;
* This class provides a button widget for the AWT. * This class provides a button widget for the AWT.
* *
* @author Aaron M. Renn (arenn@urbanophile.com) * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Tom Tromey <tromey@cygnus.com> * @author Tom Tromey (tromey@cygnus.com)
*/ */
public class Button extends Component public class Button extends Component
implements java.io.Serializable, Accessible implements java.io.Serializable, Accessible
......
...@@ -54,8 +54,8 @@ import javax.accessibility.AccessibleRole; ...@@ -54,8 +54,8 @@ import javax.accessibility.AccessibleRole;
* full-scale custom components. * full-scale custom components.
* *
* @author Original author unknown * @author Original author unknown
* @author Tom Tromey <tromey@redhat.com> * @author Tom Tromey (tromey@redhat.com)
* @author Andrew John Hughes <gnu_andrew@member.fsf.org> * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
* @since 1.0 * @since 1.0
*/ */
......
/* CheckboxGroup.java -- A grouping class for checkboxes. /* CheckboxGroup.java -- A grouping class for checkboxes.
Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. Copyright (C) 1999, 2000, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -43,7 +43,7 @@ package java.awt; ...@@ -43,7 +43,7 @@ package java.awt;
* one checkbox in the group can be selected at any one time. * one checkbox in the group can be selected at any one time.
* *
* @author Aaron M. Renn (arenn@urbanophile.com) * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Tom Tromey <tromey@redhat.com> * @author Tom Tromey (tromey@redhat.com)
*/ */
public class CheckboxGroup implements java.io.Serializable public class CheckboxGroup implements java.io.Serializable
{ {
......
/* CheckboxMenuItem.java -- A menu option with a checkbox on it. /* CheckboxMenuItem.java -- A menu option with a checkbox on it.
Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -53,7 +53,7 @@ import javax.accessibility.AccessibleValue; ...@@ -53,7 +53,7 @@ import javax.accessibility.AccessibleValue;
* the selected state of some option. * the selected state of some option.
* *
* @author Aaron M. Renn (arenn@urbanophile.com) * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Tom Tromey <tromey@redhat.com> * @author Tom Tromey (tromey@redhat.com)
*/ */
public class CheckboxMenuItem extends MenuItem public class CheckboxMenuItem extends MenuItem
implements ItemSelectable, Accessible implements ItemSelectable, Accessible
......
/* Color.java -- represents a color in Java /* Color.java -- represents a color in Java
Copyright (C) 1999, 2002 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -53,7 +53,7 @@ import java.io.Serializable; ...@@ -53,7 +53,7 @@ import java.io.Serializable;
* <a href="http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html"> * <a href="http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html">
* http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html</a>. * http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html</a>.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @see ColorSpace * @see ColorSpace
* @see AlphaComposite * @see AlphaComposite
* @since 1.0 * @since 1.0
......
/* ColorPaintContext.java -- context for painting solid colors /* ColorPaintContext.java -- context for painting solid colors
Copyright (C) 2002, 2004 Free Software Foundation, Inc. Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -46,7 +46,7 @@ import java.awt.image.Raster; ...@@ -46,7 +46,7 @@ import java.awt.image.Raster;
* a raster scan with the given color. However, it is not yet completely * a raster scan with the given color. However, it is not yet completely
* implemented. * implemented.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
*/ */
class ColorPaintContext implements PaintContext class ColorPaintContext implements PaintContext
{ {
......
...@@ -140,7 +140,7 @@ import javax.accessibility.AccessibleStateSet; ...@@ -140,7 +140,7 @@ import javax.accessibility.AccessibleStateSet;
* present but commented out. * present but commented out.
* *
* @author original author unknown * @author original author unknown
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.0 * @since 1.0
* @status still missing 1.4 support * @status still missing 1.4 support
*/ */
...@@ -4949,7 +4949,7 @@ p * <li>the set of backward traversal keys ...@@ -4949,7 +4949,7 @@ p * <li>the set of backward traversal keys
/** /**
* This class provides accessibility support for subclasses of container. * This class provides accessibility support for subclasses of container.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.3 * @since 1.3
* @status updated to 1.4 * @status updated to 1.4
*/ */
...@@ -5477,7 +5477,7 @@ p * <li>the set of backward traversal keys ...@@ -5477,7 +5477,7 @@ p * <li>the set of backward traversal keys
/** /**
* Converts component changes into property changes. * Converts component changes into property changes.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.3 * @since 1.3
* @status updated to 1.4 * @status updated to 1.4
*/ */
...@@ -5534,7 +5534,7 @@ p * <li>the set of backward traversal keys ...@@ -5534,7 +5534,7 @@ p * <li>the set of backward traversal keys
/** /**
* Converts focus changes into property changes. * Converts focus changes into property changes.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.3 * @since 1.3
* @status updated to 1.4 * @status updated to 1.4
*/ */
...@@ -5574,7 +5574,7 @@ p * <li>the set of backward traversal keys ...@@ -5574,7 +5574,7 @@ p * <li>the set of backward traversal keys
/** /**
* This class provides support for blitting offscreen surfaces. * This class provides support for blitting offscreen surfaces.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.4 * @since 1.4
* @XXX Shell class, to allow compilation. This needs documentation and * @XXX Shell class, to allow compilation. This needs documentation and
* correct implementation. * correct implementation.
...@@ -5610,7 +5610,7 @@ p * <li>the set of backward traversal keys ...@@ -5610,7 +5610,7 @@ p * <li>the set of backward traversal keys
* This class provides support for flipping component buffers. It is only * This class provides support for flipping component buffers. It is only
* designed for use by Canvas and Window. * designed for use by Canvas and Window.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.4 * @since 1.4
* @XXX Shell class, to allow compilation. This needs documentation and * @XXX Shell class, to allow compilation. This needs documentation and
* correct implementation. * correct implementation.
......
...@@ -67,7 +67,7 @@ import java.util.ResourceBundle; ...@@ -67,7 +67,7 @@ import java.util.ResourceBundle;
* of isHorizontal() and isLeftToRight() rather than comparing objects with * of isHorizontal() and isLeftToRight() rather than comparing objects with
* ==, especially since more constants may be added in the future. * ==, especially since more constants may be added in the future.
* *
* @author Bryce McKinlay <bryce@albatross.co.nz> * @author Bryce McKinlay (bryce@albatross.co.nz)
* @since 1.0 * @since 1.0
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
/* Composite.java -- graphics formed from composite layers /* Composite.java -- graphics formed from composite layers
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -50,7 +50,7 @@ import java.awt.image.ColorModel; ...@@ -50,7 +50,7 @@ import java.awt.image.ColorModel;
* check on custom objects, <code>readDisplayPixels</code>, to prevent leaking * check on custom objects, <code>readDisplayPixels</code>, to prevent leaking
* restricted information graphically. * restricted information graphically.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @see AlphaComposite * @see AlphaComposite
* @see CompositeContext * @see CompositeContext
* @see Graphics2D#setComposite(Composite) * @see Graphics2D#setComposite(Composite)
......
/* Composite.java -- the context for compositing graphics layers /* Composite.java -- the context for compositing graphics layers
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -45,7 +45,7 @@ import java.awt.image.WritableRaster; ...@@ -45,7 +45,7 @@ import java.awt.image.WritableRaster;
* This interface provides an optimized environment for compositing graphics. * This interface provides an optimized environment for compositing graphics.
* Several such contexts may exist for a given <code>Composite</code> object. * Several such contexts may exist for a given <code>Composite</code> object.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @see Composite * @see Composite
* @since 1.2 * @since 1.2
* @status updated to 1.4 * @status updated to 1.4
......
...@@ -67,7 +67,7 @@ import javax.swing.SwingUtilities; ...@@ -67,7 +67,7 @@ import javax.swing.SwingUtilities;
* list or bottom of the stacking order. * list or bottom of the stacking order.
* *
* @author original author unknown * @author original author unknown
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* *
* @since 1.0 * @since 1.0
* *
...@@ -1711,7 +1711,7 @@ public class Container extends Component ...@@ -1711,7 +1711,7 @@ public class Container extends Component
/** /**
* This class provides accessibility support for subclasses of container. * This class provides accessibility support for subclasses of container.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* *
* @since 1.3 * @since 1.3
*/ */
...@@ -1800,7 +1800,7 @@ public class Container extends Component ...@@ -1800,7 +1800,7 @@ public class Container extends Component
* This class fires a <code>PropertyChange</code> listener, if registered, * This class fires a <code>PropertyChange</code> listener, if registered,
* when children are added or removed from the enclosing accessible object. * when children are added or removed from the enclosing accessible object.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* *
* @since 1.3 * @since 1.3
*/ */
......
/* ContainerOrderFocusTraversalPolicy.java -- /* ContainerOrderFocusTraversalPolicy.java --
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -57,7 +57,7 @@ import java.io.Serializable; ...@@ -57,7 +57,7 @@ import java.io.Serializable;
* can override these acceptance criteria by overriding accept. * can override these acceptance criteria by overriding accept.
* *
* @author Michael Koch * @author Michael Koch
* @author Thomas Fitzsimmons <fitzsim@redhat.com> * @author Thomas Fitzsimmons (fitzsim@redhat.com)
* @since 1.4 * @since 1.4
*/ */
public class ContainerOrderFocusTraversalPolicy extends FocusTraversalPolicy public class ContainerOrderFocusTraversalPolicy extends FocusTraversalPolicy
......
/* DefaultFocusTraversalPolicy.java -- /* DefaultFocusTraversalPolicy.java --
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -55,7 +55,7 @@ package java.awt; ...@@ -55,7 +55,7 @@ package java.awt;
* A Component's focusability is independent of the focusability of * A Component's focusability is independent of the focusability of
* its peer. * its peer.
* *
* @author Thomas Fitzsimmons <fitzsim@redhat.com> * @author Thomas Fitzsimmons (fitzsim@redhat.com)
* @since 1.4 * @since 1.4
*/ */
public class DefaultFocusTraversalPolicy public class DefaultFocusTraversalPolicy
......
/* Dialog.java -- An AWT dialog box /* Dialog.java -- An AWT dialog box
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -48,8 +48,8 @@ import javax.accessibility.AccessibleStateSet; ...@@ -48,8 +48,8 @@ import javax.accessibility.AccessibleStateSet;
/** /**
* A dialog box widget class. * A dialog box widget class.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Tom Tromey <tromey@redhat.com> * @author Tom Tromey (tromey@redhat.com)
*/ */
public class Dialog extends Window public class Dialog extends Window
{ {
......
...@@ -53,9 +53,9 @@ import java.io.Serializable; ...@@ -53,9 +53,9 @@ import java.io.Serializable;
* manner, it is your own fault when you get invalid results. Also, this * manner, it is your own fault when you get invalid results. Also, this
* class is not threadsafe. * class is not threadsafe.
* *
* @author Per Bothner <bothner@cygnus.com> * @author Per Bothner (bothner@cygnus.com)
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @see Component * @see Component
* @see LayoutManager * @see LayoutManager
* @since 1.0 * @since 1.0
......
/* DisplayMode.java -- a description of display mode configurations /* DisplayMode.java -- a description of display mode configurations
Copyright (C) 2002, 2003 Free Software Foundation, Inc. Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -43,7 +43,7 @@ package java.awt; ...@@ -43,7 +43,7 @@ package java.awt;
* device configuration. They are device dependent, and may not always be * device configuration. They are device dependent, and may not always be
* available. * available.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @see GraphicsDevice * @see GraphicsDevice
* @since 1.4 * @since 1.4
* @status updated to 1.4 * @status updated to 1.4
......
/* Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation /* EventQueue.java --
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -37,6 +38,8 @@ exception statement from your version. */ ...@@ -37,6 +38,8 @@ exception statement from your version. */
package java.awt; package java.awt;
import gnu.java.awt.ClasspathToolkit;
import java.awt.event.ActionEvent; import java.awt.event.ActionEvent;
import java.awt.event.InputEvent; import java.awt.event.InputEvent;
import java.awt.event.InvocationEvent; import java.awt.event.InvocationEvent;
...@@ -44,8 +47,6 @@ import java.awt.event.WindowEvent; ...@@ -44,8 +47,6 @@ import java.awt.event.WindowEvent;
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.InvocationTargetException;
import java.util.EmptyStackException; import java.util.EmptyStackException;
import gnu.java.awt.ClasspathToolkit;
/* Written using on-line Java 2 Platform Standard Edition v1.3 API /* Written using on-line Java 2 Platform Standard Edition v1.3 API
* Specification, as well as "The Java Class Libraries", 2nd edition * Specification, as well as "The Java Class Libraries", 2nd edition
* (Addison-Wesley, 1998). * (Addison-Wesley, 1998).
......
/* FileDialog.java -- A filename selection dialog box /* FileDialog.java -- A filename selection dialog box
Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -46,7 +46,7 @@ import java.io.Serializable; ...@@ -46,7 +46,7 @@ import java.io.Serializable;
* This class implements a file selection dialog box widget. * This class implements a file selection dialog box widget.
* *
* @author Aaron M. Renn (arenn@urbanophile.com) * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Tom Tromey <tromey@redhat.com> * @author Tom Tromey (tromey@redhat.com)
*/ */
public class FileDialog extends Dialog implements Serializable public class FileDialog extends Dialog implements Serializable
{ {
......
/* FontFormatException.java -- the specified font is bad /* FontFormatException.java -- the specified font is bad
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -41,7 +41,7 @@ package java.awt; ...@@ -41,7 +41,7 @@ package java.awt;
/** /**
* Thrown when a specified font is bad. * Thrown when a specified font is bad.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @see Font * @see Font
* @since 1.3 * @since 1.3
* @status updated to 1.4 * @status updated to 1.4
......
/* Graphics.java -- Abstract Java drawing class /* Graphics.java -- Abstract Java drawing class
Copyright (C) 1999, 2000, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 1999, 2000, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -46,7 +46,7 @@ import java.text.AttributedCharacterIterator; ...@@ -46,7 +46,7 @@ import java.text.AttributedCharacterIterator;
* devices such as the screen or printers. * devices such as the screen or printers.
* *
* @author Aaron M. Renn (arenn@urbanophile.com) * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Warren Levy <warrenl@cygnus.com> * @author Warren Levy (warrenl@cygnus.com)
*/ */
public abstract class Graphics public abstract class Graphics
{ {
......
...@@ -49,7 +49,7 @@ import java.text.AttributedCharacterIterator; ...@@ -49,7 +49,7 @@ import java.text.AttributedCharacterIterator;
import java.util.Map; import java.util.Map;
/** /**
* @author Rolf W. Rasmussen <rolfwr@ii.uib.no> * @author Rolf W. Rasmussen (rolfwr@ii.uib.no)
*/ */
public abstract class Graphics2D extends Graphics public abstract class Graphics2D extends Graphics
{ {
......
/* GraphicsConfigTemplate.java -- a template for selecting configurations /* GraphicsConfigTemplate.java -- a template for selecting configurations
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -45,7 +45,7 @@ import java.io.Serializable; ...@@ -45,7 +45,7 @@ import java.io.Serializable;
* one based on various requirements. The resulting configuration has had * one based on various requirements. The resulting configuration has had
* all non-default attributes set as required to meet or exceed the request. * all non-default attributes set as required to meet or exceed the request.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @see GraphicsConfiguration * @see GraphicsConfiguration
* @see GraphicsDevice * @see GraphicsDevice
* @since 1.2 * @since 1.2
......
...@@ -53,7 +53,7 @@ import java.awt.image.VolatileImage; ...@@ -53,7 +53,7 @@ import java.awt.image.VolatileImage;
* configuration will have a non-zero relative coordinate system in such * configuration will have a non-zero relative coordinate system in such
* a case. * a case.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @see Window * @see Window
* @see Frame * @see Frame
* @see GraphicsEnvironment * @see GraphicsEnvironment
......
/* GraphicsDevice.java -- information about a graphics device /* GraphicsDevice.java -- information about a graphics device
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -44,7 +44,7 @@ package java.awt; ...@@ -44,7 +44,7 @@ package java.awt;
* each device. Also, this allows you to create virtual devices which operate * each device. Also, this allows you to create virtual devices which operate
* over a multi-screen environment. * over a multi-screen environment.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @see GraphicsEnvironment * @see GraphicsEnvironment
* @see GraphicsConfiguration * @see GraphicsConfiguration
* @since 1.3 * @since 1.3
......
/* GridBagLayout - Layout manager for components according to GridBagConstraints /* GridBagLayout - Layout manager for components according to GridBagConstraints
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -44,8 +44,8 @@ import java.util.HashMap; ...@@ -44,8 +44,8 @@ import java.util.HashMap;
import java.util.Hashtable; import java.util.Hashtable;
/** /**
* @author Michael Koch <konqueror@gmx.de> * @author Michael Koch (konqueror@gmx.de)
* @author Jeroen Frijters <jeroen@frijters.net> * @author Jeroen Frijters (jeroen@frijters.net)
*/ */
public class GridBagLayout public class GridBagLayout
implements Serializable, LayoutManager2 implements Serializable, LayoutManager2
......
/* GridBagLayoutInfo - /* GridBagLayoutInfo -
Copyright (C) 2003 Free Software Foundation, Inc. Copyright (C) 2003, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -41,7 +41,7 @@ package java.awt; ...@@ -41,7 +41,7 @@ package java.awt;
import java.io.Serializable; import java.io.Serializable;
/** /**
* @author Michael Koch <konqueror@gmx.de> * @author Michael Koch (konqueror@gmx.de)
*/ */
class GridBagLayoutInfo implements Serializable class GridBagLayoutInfo implements Serializable
{ {
......
...@@ -52,7 +52,7 @@ import java.io.Serializable; ...@@ -52,7 +52,7 @@ import java.io.Serializable;
* horizontal and vertical gaps; these are used as spacing between * horizontal and vertical gaps; these are used as spacing between
* cells. * cells.
* *
* @author Tom Tromey <tromey@redhat.com> * @author Tom Tromey (tromey@redhat.com)
* @author Aaron M. Renn (arenn@urbanophile.com) * @author Aaron M. Renn (arenn@urbanophile.com)
*/ */
public class GridLayout implements LayoutManager, Serializable public class GridLayout implements LayoutManager, Serializable
......
/* HeadlessException.java -- operation not possible in headless environment /* HeadlessException.java -- operation not possible in headless environment
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -42,7 +42,7 @@ package java.awt; ...@@ -42,7 +42,7 @@ package java.awt;
* This exception is thrown when code dependent on a keyboard, mouse, or * This exception is thrown when code dependent on a keyboard, mouse, or
* display is executed in a headless environment. * display is executed in a headless environment.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.4 * @since 1.4
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
/* IllegalComponentStateException.java -- bad component state /* IllegalComponentStateException.java -- bad component state
Copyright (C) 1999, 2002 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -42,7 +42,7 @@ package java.awt; ...@@ -42,7 +42,7 @@ package java.awt;
* This exception is thrown when the requested operation failed because * This exception is thrown when the requested operation failed because
* a component was not in the proper state. * a component was not in the proper state.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @status updated to 1.4 * @status updated to 1.4
*/ */
public class IllegalComponentStateException extends IllegalStateException public class IllegalComponentStateException extends IllegalStateException
......
/* Image.java -- superclass for images /* Image.java -- superclass for images
Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -46,7 +46,7 @@ import java.awt.image.ReplicateScaleFilter; ...@@ -46,7 +46,7 @@ import java.awt.image.ReplicateScaleFilter;
/** /**
* This is the abstract superclass of all image objects in Java. * This is the abstract superclass of all image objects in Java.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @since 1.0 * @since 1.0
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
/* Insets.java -- information about a container border /* Insets.java -- information about a container border
Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. Copyright (C) 1999, 2000, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -43,8 +43,8 @@ import java.io.Serializable; ...@@ -43,8 +43,8 @@ import java.io.Serializable;
/** /**
* This class represents the "margin" or space around a container. * This class represents the "margin" or space around a container.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @status * @status
*/ */
public class Insets implements Cloneable, Serializable public class Insets implements Cloneable, Serializable
......
/* ItemSelectable.java -- items that can be selected /* ItemSelectable.java -- items that can be selected
Copyright (C) 1999, 2002 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -44,7 +44,7 @@ import java.awt.event.ItemListener; ...@@ -44,7 +44,7 @@ import java.awt.event.ItemListener;
* This interface is for objects that can have one or more items selected. * This interface is for objects that can have one or more items selected.
* For example, radio buttons. * For example, radio buttons.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @since 1.0 * @since 1.0
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
/* JobAttributes.java -- /* JobAttributes.java --
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -41,7 +41,7 @@ package java.awt; ...@@ -41,7 +41,7 @@ package java.awt;
/** /**
* Needs documentation... * Needs documentation...
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.3 * @since 1.3
* @status updated to 1.4, lacks documentation * @status updated to 1.4, lacks documentation
*/ */
......
/* KeyEventDispatcher.java -- dispatches key events /* KeyEventDispatcher.java -- dispatches key events
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -50,7 +50,7 @@ import java.awt.event.KeyEvent; ...@@ -50,7 +50,7 @@ import java.awt.event.KeyEvent;
* dispatched by other dispatchers. Therefore, it is unnecessary for the user * dispatched by other dispatchers. Therefore, it is unnecessary for the user
* to register the focus manager as a dispatcher. * to register the focus manager as a dispatcher.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @see KeyboardFocusManager#addKeyEventDispatcher(KeyEventDispatcher) * @see KeyboardFocusManager#addKeyEventDispatcher(KeyEventDispatcher)
* @see KeyboardFocusManager#removeKeyEventDispatcher(KeyEventDispatcher) * @see KeyboardFocusManager#removeKeyEventDispatcher(KeyEventDispatcher)
* @since 1.4 * @since 1.4
......
/* KeyEventPostProcessor.java -- performs actions after a key event dispatch /* KeyEventPostProcessor.java -- performs actions after a key event dispatch
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -50,7 +50,7 @@ import java.awt.event.KeyEvent; ...@@ -50,7 +50,7 @@ import java.awt.event.KeyEvent;
* post-processed elsewhere. Therefore, it is unnecessary for the user * post-processed elsewhere. Therefore, it is unnecessary for the user
* to register the focus manager as a dispatcher. * to register the focus manager as a dispatcher.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @see KeyboardFocusManager#addKeyEventPostProcessor(KeyEventPostProcessor) * @see KeyboardFocusManager#addKeyEventPostProcessor(KeyEventPostProcessor)
* @see KeyboardFocusManager#removeKeyEventPostProcessor(KeyEventPostProcessor) * @see KeyboardFocusManager#removeKeyEventPostProcessor(KeyEventPostProcessor)
* @since 1.4 * @since 1.4
......
...@@ -109,9 +109,9 @@ import java.util.Set; ...@@ -109,9 +109,9 @@ import java.util.Set;
* applies recursively to any child components of such a window, * applies recursively to any child components of such a window,
* which define no traversal keys of their own. * which define no traversal keys of their own.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @author Thomas Fitzsimmons <fitzsim@redhat.com> * @author Thomas Fitzsimmons (fitzsim@redhat.com)
* @author Andrew John Hughes <gnu_andrew@member.fsf.org> * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
* @since 1.4 * @since 1.4
*/ */
public abstract class KeyboardFocusManager public abstract class KeyboardFocusManager
......
/* Label.java -- Java label widget /* Label.java -- Java label widget
Copyright (C) 1999, 2000, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 1999, 2000, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -49,8 +49,8 @@ import javax.accessibility.AccessibleRole; ...@@ -49,8 +49,8 @@ import javax.accessibility.AccessibleRole;
* be edited by the user. * be edited by the user.
* *
* @author Aaron M. Renn (arenn@urbanophile.com) * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Tom Tromey <tromey@cygnus.com> * @author Tom Tromey (tromey@cygnus.com)
* @author Andrew John Hughes <gnu_andrew@member.fsf.org> * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
*/ */
public class Label extends Component implements Accessible public class Label extends Component implements Accessible
{ {
......
/* LayoutManager.java -- lay out elements in a Container /* LayoutManager.java -- lay out elements in a Container
Copyright (C) 1999, 2002 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -41,7 +41,7 @@ package java.awt; ...@@ -41,7 +41,7 @@ package java.awt;
/** /**
* This interface is for laying out containers in a particular sequence. * This interface is for laying out containers in a particular sequence.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @see Container * @see Container
* @since 1.0 * @since 1.0
* @status updated to 1.4 * @status updated to 1.4
......
/* MenuBar.java -- An AWT menu bar class /* MenuBar.java -- An AWT menu bar class
Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -53,8 +53,8 @@ import javax.accessibility.AccessibleRole; ...@@ -53,8 +53,8 @@ import javax.accessibility.AccessibleRole;
* This class implements a menu bar in the AWT system. * This class implements a menu bar in the AWT system.
* *
* @author Aaron M. Renn (arenn@urbanophile.com) * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Tom Tromey <tromey@redhat.com> * @author Tom Tromey (tromey@redhat.com)
* @author Andrew John Hughes <gnu_andrew@member.fsf.org> * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
*/ */
public class MenuBar extends MenuComponent public class MenuBar extends MenuComponent
implements MenuContainer, Serializable, Accessible implements MenuContainer, Serializable, Accessible
...@@ -388,7 +388,7 @@ public AccessibleContext getAccessibleContext() ...@@ -388,7 +388,7 @@ public AccessibleContext getAccessibleContext()
/** /**
* This class provides accessibility support for AWT menu bars. * This class provides accessibility support for AWT menu bars.
* *
* @author Andrew John Hughes <gnu_andrew@member.fsf.org> * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
*/ */
protected class AccessibleAWTMenuBar protected class AccessibleAWTMenuBar
extends AccessibleAWTMenuComponent extends AccessibleAWTMenuComponent
......
/* MenuComponent.java -- Superclass of all AWT menu components /* MenuComponent.java -- Superclass of all AWT menu components
Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc. Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -55,7 +55,7 @@ import javax.accessibility.AccessibleStateSet; ...@@ -55,7 +55,7 @@ import javax.accessibility.AccessibleStateSet;
* This is the superclass of all menu AWT widgets. * This is the superclass of all menu AWT widgets.
* *
* @author Aaron M. Renn (arenn@urbanophile.com) * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Andrew John Hughes <gnu_andrew@member.fsf.org> * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
*/ */
public abstract class MenuComponent implements Serializable public abstract class MenuComponent implements Serializable
{ {
...@@ -465,7 +465,7 @@ public AccessibleContext getAccessibleContext() ...@@ -465,7 +465,7 @@ public AccessibleContext getAccessibleContext()
* This class provides a base for the accessibility support of menu * This class provides a base for the accessibility support of menu
* components. * components.
* *
* @author Andrew John Hughes <gnu_andrew@member.fsf.org> * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
*/ */
protected abstract class AccessibleAWTMenuComponent protected abstract class AccessibleAWTMenuComponent
extends AccessibleContext extends AccessibleContext
......
/* MenuContainer.java -- container for menu items /* MenuContainer.java -- container for menu items
Copyright (C) 1999, 2002 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -41,7 +41,7 @@ package java.awt; ...@@ -41,7 +41,7 @@ package java.awt;
/** /**
* This interface is a container for menu components. * This interface is a container for menu components.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @since 1.0 * @since 1.0
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
/* PageAttributes.java -- /* PageAttributes.java --
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -43,7 +43,7 @@ import java.util.Locale; ...@@ -43,7 +43,7 @@ import java.util.Locale;
/** /**
* Missing Documentation * Missing Documentation
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.3 * @since 1.3
* @status updated to 1.4, but missing documentation * @status updated to 1.4, but missing documentation
*/ */
......
...@@ -48,7 +48,7 @@ import java.awt.image.ColorModel; ...@@ -48,7 +48,7 @@ import java.awt.image.ColorModel;
* of the graphics object. Instances must be immutable, because the graphics * of the graphics object. Instances must be immutable, because the graphics
* object does not clone them. * object does not clone them.
* *
* @author Warren Levy <warrenl@cygnus.com> * @author Warren Levy (warrenl@cygnus.com)
* @see PaintContext * @see PaintContext
* @see Color * @see Color
* @see GradientPaint * @see GradientPaint
......
...@@ -42,7 +42,7 @@ import java.awt.image.ColorModel; ...@@ -42,7 +42,7 @@ import java.awt.image.ColorModel;
import java.awt.image.Raster; import java.awt.image.Raster;
/** /**
* @author Warren Levy <warrenl@cygnus.com> * @author Warren Levy (warrenl@cygnus.com)
* @see Paint * @see Paint
* @since 1.1 * @since 1.1
* @status updated to 1.4 * @status updated to 1.4
......
/* Panel.java -- Simple container object /* Panel.java -- Simple container object
Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -127,7 +127,7 @@ public class Panel extends Container implements Accessible ...@@ -127,7 +127,7 @@ public class Panel extends Container implements Accessible
* This class provides accessibility support for Panels, and is the * This class provides accessibility support for Panels, and is the
* runtime type returned by {@link #getAccessibleContext()}. * runtime type returned by {@link #getAccessibleContext()}.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.3 * @since 1.3
*/ */
protected class AccessibleAWTPanel extends AccessibleAWTContainer protected class AccessibleAWTPanel extends AccessibleAWTContainer
......
...@@ -50,9 +50,9 @@ import java.io.Serializable; ...@@ -50,9 +50,9 @@ import java.io.Serializable;
* manner, it is your own fault when you get invalid results. Also, this * manner, it is your own fault when you get invalid results. Also, this
* class is not threadsafe. * class is not threadsafe.
* *
* @author Per Bothner <bothner@cygnus.com> * @author Per Bothner (bothner@cygnus.com)
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.0 * @since 1.0
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
/* Polygon.java -- class representing a polygon /* Polygon.java -- class representing a polygon
Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -57,8 +57,8 @@ import java.io.Serializable; ...@@ -57,8 +57,8 @@ import java.io.Serializable;
* ArrayIndexOutOfBoundsException, or invalid results. Also, this class is * ArrayIndexOutOfBoundsException, or invalid results. Also, this class is
* not threadsafe. * not threadsafe.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.0 * @since 1.0
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
/* PrintGraphics.java -- a print graphics context /* PrintGraphics.java -- a print graphics context
Copyright (C) 1999, 2002 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -41,7 +41,7 @@ package java.awt; ...@@ -41,7 +41,7 @@ package java.awt;
/** /**
* This interface allows the originating print job to be obtained. * This interface allows the originating print job to be obtained.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @since 1.0 * @since 1.0
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
/* PrintJob.java -- A print job class /* PrintJob.java -- A print job class
Copyright (C) 1999, 2002 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -41,7 +41,7 @@ package java.awt; ...@@ -41,7 +41,7 @@ package java.awt;
/** /**
* This abstract class represents a print job. * This abstract class represents a print job.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @see Toolkit#getPrintJob(Frame, String, Properties) * @see Toolkit#getPrintJob(Frame, String, Properties)
* @since 1.0 * @since 1.0
* @status updated to 1.4 * @status updated to 1.4
......
...@@ -57,9 +57,9 @@ import java.io.Serializable; ...@@ -57,9 +57,9 @@ import java.io.Serializable;
* ArrayIndexOutOfBoundsException, or invalid results. Also, this class is * ArrayIndexOutOfBoundsException, or invalid results. Also, this class is
* not threadsafe. * not threadsafe.
* *
* @author Warren Levy <warrenl@cygnus.com> * @author Warren Levy (warrenl@cygnus.com)
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.0 * @since 1.0
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
...@@ -51,8 +51,8 @@ import java.util.Set; ...@@ -51,8 +51,8 @@ import java.util.Set;
* items are hints only, they may be ignored by a particular * items are hints only, they may be ignored by a particular
* {@link java.awt.Graphics2D} implementation. * {@link java.awt.Graphics2D} implementation.
* *
* @author Rolf W. Rasmussen <rolfwr@ii.uib.no> * @author Rolf W. Rasmussen (rolfwr@ii.uib.no)
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
*/ */
public class RenderingHints implements Map, Cloneable public class RenderingHints implements Map, Cloneable
{ {
......
/* Shape.java -- the classic Object-Oriented shape interface /* Shape.java -- the classic Object-Oriented shape interface
Copyright (C) 1999, 2002 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -54,7 +54,7 @@ import java.awt.geom.Rectangle2D; ...@@ -54,7 +54,7 @@ import java.awt.geom.Rectangle2D;
* Unclosed shapes are considered as implicitly closed when performing * Unclosed shapes are considered as implicitly closed when performing
* <code>contains</code> or <code>intersects</code>. * <code>contains</code> or <code>intersects</code>.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @see PathIterator * @see PathIterator
* @see AffineTransform * @see AffineTransform
* @see java.awt.geom.FlatteningPathIterator * @see java.awt.geom.FlatteningPathIterator
......
/* Stroke.java -- a stroked outline of a shape /* Stroke.java -- a stroked outline of a shape
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -46,7 +46,7 @@ package java.awt; ...@@ -46,7 +46,7 @@ package java.awt;
* Strokes must be immutable, because the graphics object does not clone * Strokes must be immutable, because the graphics object does not clone
* them. * them.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @see BasicStroke * @see BasicStroke
* @see Graphics2D#setStroke(Stroke) * @see Graphics2D#setStroke(Stroke)
* @since 1.1 * @since 1.1
......
/* SystemColor.java -- access dynamic system color values /* SystemColor.java -- access dynamic system color values
Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc. Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -52,8 +52,8 @@ import java.io.Serializable; ...@@ -52,8 +52,8 @@ import java.io.Serializable;
* track the actual color of instances in this class. This means that equals * track the actual color of instances in this class. This means that equals
* may give surprising results; you are better off relying on getRGB. * may give surprising results; you are better off relying on getRGB.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @since 1.1 * @since 1.1
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
/* Toolkit.java -- AWT Toolkit superclass /* Toolkit.java -- AWT Toolkit superclass
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc. Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -91,7 +91,7 @@ import java.util.Properties; ...@@ -91,7 +91,7 @@ import java.util.Properties;
* toolkit <code>gnu.java.awt.peer.gtk.GtkToolkit</code> is used. This * toolkit <code>gnu.java.awt.peer.gtk.GtkToolkit</code> is used. This
* toolkit creates its peers using the GTK+ toolkit. * toolkit creates its peers using the GTK+ toolkit.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
*/ */
public abstract class Toolkit public abstract class Toolkit
{ {
......
...@@ -40,7 +40,7 @@ package java.awt; ...@@ -40,7 +40,7 @@ package java.awt;
/** /**
* A common transparency mode for layering graphics. * A common transparency mode for layering graphics.
* *
* @author Warren Levy <warrenl@cygnus.com> * @author Warren Levy (warrenl@cygnus.com)
* @since 1.1 * @since 1.1
* @status updated to 1.4 * @status updated to 1.4
*/ */
......
...@@ -63,8 +63,8 @@ import javax.accessibility.AccessibleStateSet; ...@@ -63,8 +63,8 @@ import javax.accessibility.AccessibleStateSet;
/** /**
* This class represents a top-level window with no decorations. * This class represents a top-level window with no decorations.
* *
* @author Aaron M. Renn <arenn@urbanophile.com> * @author Aaron M. Renn (arenn@urbanophile.com)
* @author Warren Levy <warrenl@cygnus.com> * @author Warren Levy (warrenl@cygnus.com)
*/ */
public class Window extends Container implements Accessible public class Window extends Container implements Accessible
{ {
......
/* CMMException.java -- error in the native CMM /* CMMException.java -- error in the native CMM
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -41,7 +41,7 @@ package java.awt.color; ...@@ -41,7 +41,7 @@ package java.awt.color;
/** /**
* Thrown when there is an error in the native CMM. * Thrown when there is an error in the native CMM.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
* @status updated to 1.4 * @status updated to 1.4
*/ */
public class CMMException extends RuntimeException public class CMMException extends RuntimeException
......
...@@ -43,7 +43,7 @@ import java.io.Serializable; ...@@ -43,7 +43,7 @@ import java.io.Serializable;
/** /**
* NEEDS DOCUMENTATION * NEEDS DOCUMENTATION
* *
* @author Rolf W. Rasmussen <rolfwr@ii.uib.no> * @author Rolf W. Rasmussen (rolfwr@ii.uib.no)
* @since 1.2 * @since 1.2
*/ */
public abstract class ColorSpace implements Serializable public abstract class ColorSpace implements Serializable
......
...@@ -76,7 +76,7 @@ import java.io.ObjectInputStream; ...@@ -76,7 +76,7 @@ import java.io.ObjectInputStream;
* guaranteed to have transforms from the PCS to device space. * guaranteed to have transforms from the PCS to device space.
* *
* @author Sven de Marothy * @author Sven de Marothy
* @author Rolf W. Rasmussen <rolfwr@ii.uib.no> * @author Rolf W. Rasmussen (rolfwr@ii.uib.no)
* @since 1.2 * @since 1.2
*/ */
public class ICC_ColorSpace extends ColorSpace public class ICC_ColorSpace extends ColorSpace
......
...@@ -79,7 +79,7 @@ import java.util.Hashtable; ...@@ -79,7 +79,7 @@ import java.util.Hashtable;
* (available at www.color.org) * (available at www.color.org)
* *
* @author Sven de Marothy * @author Sven de Marothy
* @author Rolf W. Rasmussen <rolfwr@ii.uib.no> * @author Rolf W. Rasmussen (rolfwr@ii.uib.no)
* @since 1.2 * @since 1.2
*/ */
public class ICC_Profile implements Serializable public class ICC_Profile implements Serializable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment