http://git.chat98.i2p/chat98/chat98/blame/commit/226b8ada293b78b9ac4aba723c9f099cafa80194/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...