scala.swing

class Frame

[source: scala/swing/Frame.scala]

class Frame
extends RichWindow
A window with decoration such as a title, border, and action buttons. An AWT window cannot be wrapped dynamically with this class, i.e., you cannot write something like new Window { def peer = myAWTWindow }
See Also
javax.swing.JFrame
Direct Known Subclasses:
MainFrame

Value Summary
override lazy val peer : javax.swing.JFrame with InterfaceMixin
The underlying Swing peer.
Values and Variables inherited from Publisher
listeners
Values and Variables inherited from Reactor
reactions
Method Summary
def iconImage : java.awt.Image
def iconImage_= (i : java.awt.Image) : Unit
def iconified : Unit
def iconify : Unit
def maximize : Unit
def maximized : Unit
def uniconify : Unit
def unmaximize : Unit
Methods inherited from RichWindow
title, title_=, menuBar, menuBar_=, resizable_=, resizable
Methods inherited from Window
closeOperation, contents_=, defaultButton, defaultButton_=, defaultButton_=, dispose, pack, setLocationRelativeTo, centerOnScreen, location_=, owner, open, close
Methods inherited from RootPanel
contents
Methods inherited from UIElement
self, foreground, foreground_=, background, background_=, minimumSize, minimumSize_=, maximumSize, maximumSize_=, preferredSize, preferredSize_=, preferredSize_=, font, font_=, locationOnScreen, location, bounds, size, size_=, size_=, locale, toolkit, cursor, cursor_=, visible, visible_=, showing, displayable, repaint, repaint, ignoreRepaint, ignoreRepaint_=, onFirstSubscribe, onLastUnsubscribe
Methods inherited from scala.swing.LazyPublisher
scala.swing.LazyPublisher.subscribe, scala.swing.LazyPublisher.unsubscribe
Methods inherited from Publisher
publish
Methods inherited from Reactor
listenTo, deafTo
Methods inherited from Proxy
hashCode, equals, toString
Methods inherited from AnyRef
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Class Summary
protected trait SuperMixin extends javax.swing.JFrame with AnyRef
Value Details
override lazy val peer : javax.swing.JFrame with InterfaceMixin
The underlying Swing peer.
Overrides
RichWindow.peer

Method Details
def iconify : Unit

def uniconify : Unit

def iconified : Unit

def maximize : Unit

def unmaximize : Unit

def maximized : Unit

def iconImage : java.awt.Image

def iconImage_=(i : java.awt.Image) : Unit