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

moreswing.swing.i18n.LMenuItem.scala Maven / Gradle / Ivy

The newest version!
package moreswing.swing.i18n

import scala.swing. { Action, MenuItem }

/** It's [[scala.swing.MenuItem]] with localization support.
 *
 * @param title0 The title of the menu.
 *
 * @author myst3r10n
 */
class LMenuItem(title0: String) extends MenuItem(title0) {

 def this(a: Action) = {

    this("")
    action = a

  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy