![JAR search and dependency download from the Maven repository](/logo.png)
moreswing.swing.PopupMenu.scala Maven / Gradle / Ivy
The newest version!
package moreswing.swing
import javax.swing.JPopupMenu
import scala.swing.Component
import scala.swing.SequentialContainer.Wrapper
/** It's [[javax.swing.JPopupMenu]].
*
* @param title0 The title.
*
* @author myst3r10n
*/
class PopupMenu(title0: String = null) extends Component with Wrapper {
/** The [[javax.swing.JPopupMenu]] object. */
override lazy val peer = new JPopupMenu(title0)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy