JvmConfiguration

fun JvmConfiguration(    title: String,     width: Int,     height: Int,     vSync: Boolean,     icons: List<String>,     backgroundColor: Color,     resizeable: Boolean,     maximized: Boolean,     windowPosX: Int?,     windowPosY: Int?)