Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8119775

Two typos in the API specification

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 7u6
    • fx2.1
    • javafx
    • None

      Please fix the following reader-reported issues:

      1. Class Rectangle


      Rectangle(double x, double y, double width, double height)
      Creates a new instance of Rectangle with the given position, size and fill.
       
      Issue: there is no argument for fill in this constractor.

      2. Class Node

          java.lang.Object
              javafx.scene.Node

       
      visible
      Specifies whether this Node and any subnodes should be rendered as part of the scene graph. A node may be visible and yet not be shown in the rendered scene if, for instance, it is off the screen or obscured by another Node. Invisible nodes never receive mouse events or keyboard focus, and never maintain keyboard focus when they become invisible.

      Issue: incorrect punctuation in the second sentence.

            psafrata Pavel Ĺ afrata
            aredko Alla Redko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: