artofillusion.ui
Class FloatingDialog
java.lang.Object
BDialog
artofillusion.ui.FloatingDialog
public class FloatingDialog
- extends BDialog
This class is a dialog which "floats" above its parent window whenever it is set to be
non-modal. That is, it is drawn above its parent, but always makes sure that the
parent has focus so that it will respond to key-presses.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatingDialog
public FloatingDialog(WindowWidget parent)
FloatingDialog
public FloatingDialog(WindowWidget parent,
boolean modal)
FloatingDialog
public FloatingDialog(WindowWidget parent,
java.lang.String title)
FloatingDialog
public FloatingDialog(WindowWidget parent,
java.lang.String title,
boolean modal)
Copyright © 1999-2011 by Peter Eastman.