Utils

org.nlogo.swing.Utils
object Utils

Attributes

Source
Utils.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Utils.type

Members list

Value members

Concrete methods

def addEscKeyAction(dialog: JDialog, action: Action): Unit

Attributes

Source
Utils.scala
def addEscKeyAction(window: JWindow, action: Action): Unit

Attributes

Source
Utils.scala
def addEscKeyAction(component: JComponent, action: Action): Unit

Attributes

Source
Utils.scala
def addEscKeyAction(component: JComponent, inputMap: InputMap, action: Action): Unit

Attributes

Source
Utils.scala
def alert(message: String, continueText: String): Unit

Attributes

Source
Utils.scala
def alert(title: String, message: String, details: String, continueText: String): Unit

Attributes

Source
Utils.scala
def font(path: String): Font

Attributes

Source
Utils.scala

Attributes

Source
Utils.scala
def icon(path: String): ImageIcon

Attributes

Source
Utils.scala
def icon(path: String, w: Int, h: Int): ImageIcon

Attributes

Source
Utils.scala
def iconScaled(path: String, width: Int, height: Int): ScalableIcon

Attributes

Source
Utils.scala
def iconScaledWithColor(path: String, width: Int, height: Int, color: Color): ScalableIcon

Attributes

Source
Utils.scala
def initGraphics2D(g: Graphics): Graphics2D

Attributes

Source
Utils.scala
def setUIScale(value: Double): Unit

Attributes

Source
Utils.scala