| java.lang.Object com.jidesoft.converter.FontNameConverter
FontNameConverter | public class FontNameConverter implements ObjectConverter(Code) | | Converter which converts Font Name String to String and converts it back.
It's almost the same as StringConverter except if user types in a string
which cannot find in font list on your computer, it will return null in fromString and return "" in toString.
|
|
|