目录1. 字符串与基本类型之间的转换1.1 整数转换为字符串1.2 字符串转换为整数2. 浮点数与字符串之间的转换2.1 字符串转换为浮点数3. 布尔型与字符串之间的转换3.1 字符串转换为布尔型4. 基本类型之间的强制转换4.1
i was trying to do some simple text fo开发者_运维技巧rmatting using JEditorPane but then as knowledge grew i found JTextPane easier to implement and more robust.