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

JFXPanel: Swing border overlaps panel content

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 8
    • 7u6
    • javafx

    Description

      This code...

      jfxpanel.setBorder(BorderFactory.createLineBorder(Color.BLACK, 4));

      ...shows a black border on the jfxpanel but the border overlaps the panel content. The content should shrink instead.
      Workaround: wrap jfxpanel into a JPanel with that border.

      Attachments

        Activity

          People

            ant Anton Tarasov (Inactive)
            wlehmann Werner Lehmann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: