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

scala.swing.LabelWrap.scala Maven / Gradle / Ivy

package scala.swing

object LabelWrap {
  def apply(c: javax.swing.JLabel): Label =
    UIElement.cachedWrapper[Label](c)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy