This class contains settings used when constructing an MTextPanel. The settings controled by this class include:
whether the text in the MTextPanel can be scrolled
whether scroll bars in the MTextPanel are visible
whether the text in the MTextPanel can be selected
whether the text in the MTextPanel can be edited
whether lines of text wrap to the MTextPanel's width, or only end at paragraph separators
the default values for unspecified styles
Some settings are dependent on others. Scroll bars are visible only if the text is scrollable. Also, text which is not editable if it is not selectable.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.