All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.robocode.tankroyale.gui.ui.components.RcComboBox.kt Maven / Gradle / Ivy

package dev.robocode.tankroyale.gui.ui.components

import javax.swing.JComboBox

open class RcComboBox(items: Array? = null) : JComboBox(items) {
    override fun createToolTip() = RcToolTip()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy