Class FontChooserPane

    • Constructor Detail

      • FontChooserPane

        public FontChooserPane()
        Creates new form FontChooser
      • FontChooserPane

        public FontChooserPane​(List<List<String>> fontSetListData)
    • Method Detail

      • refreshAvailableFontList

        public void refreshAvailableFontList()
      • generateFontSetList

        public List<List<String>> generateFontSetList()
      • showDialog

        public static int showDialog​(Component parentComponent,
                                     List<List<String>> fontSetList,
                                     boolean updateList)