Class FlatThemePreviewFonts.FontPreview

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.formdev.flatlaf.themeeditor.FlatThemePreviewFonts.FontPreview
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
FlatThemePreviewFonts

static class FlatThemePreviewFonts.FontPreview extends JPanel
  • Field Details

    • fontType

      private String fontType
    • fontStyle

      private String fontStyle
    • fontStyleRegular

      private String fontStyleRegular
    • previewLabel

      private JLabel previewLabel
    • preview2Label

      private JLabel preview2Label
    • descLabel

      private JLabel descLabel
  • Constructor Details

    • FontPreview

      private FontPreview()
  • Method Details

    • getFontType

      public String getFontType()
    • setFontType

      public void setFontType(String fontType)
    • getFontStyle

      public String getFontStyle()
    • setFontStyle

      public void setFontStyle(String fontStyle)
    • getFontStyleRegular

      public String getFontStyleRegular()
    • setFontStyleRegular

      public void setFontStyleRegular(String fontStyleRegular)
    • updateDescription

      private void updateDescription(Font font)
    • getDefaultFont

      private Font getDefaultFont()
    • initComponents

      private void initComponents()