http://git.chat98.i2p/chat98/chat98/blame/commit/358aa6038cb79ae451a8d6d1fae44ba32ac77741/src/main/kotlin/i2p/chat98/util/Utils.kt
.* import java.util.zip.ZipFile import javax.swing.ImageIcon import javax.swing.border.EmptyBorder class Utils { companion object { val APP _ICON = ImageIcon ( Utils :: class . java . getResource ( " /icon.png " ) ) val MARKDOWN _PARSER : Parser = Parser . builder ( ) . build ( ) val BB _PROCESSOR = BBProcessorFactory . getInstance ( ) . createFromResource ( " defaultwbackground.xml " ) fun addPadding ( top : Int , left : Int , bottom : Int , right : Int ) : EmptyBorder { return...