Popup

org.nlogo.swing.Popup
class Popup(parentFrame: Frame, title: String, panel: JPanel, cancel: => Unit, ok: => Boolean, i18n: String => String)

Pops up the given panel as a modal window above the parent frame. Adds OK and Cancel buttons that do whatever you say to do in the given functions.

Attributes

Source
Popup.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def die(): Unit

Attributes

Source
Popup.scala
def show(): Unit

Attributes

Source
Popup.scala

Concrete fields

val dialog: JDialog

Attributes

Source
Popup.scala