|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Constructors | |
Dialog, |
Creates a modal or non-modal dialog with the specified title owner Dialog and GraphicsConfiguration . |
Frame, |
Creates a modal or non-modal dialog with the specified title owner Frame and GraphicsConfiguration . |
Changed Constructors | ||
Dialog ) |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Creates a non-modal dialog without a title with the specified Dialog as its owner. |
Dialog, |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Creates a modal or non-modal dialog without a title and with the specified owner dialog. |
Dialog, |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Creates a non-modal dialog with the specified title and with the specified owner dialog. |
Dialog, |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Creates a modal or non-modal dialog with the specified title and the specified owner frame. |
Frame ) |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Creates a non-modal dialog without a title with the specified Frame as its owner. |
Frame, |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Creates a modal or non-modal dialog without a title and with the specified owner Frame . |
Frame, |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Creates a non-modal dialog with the specified title and with the specified owner frame. |
Frame, |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Creates a modal or non-modal dialog with the specified title and the specified owner Frame . |
void ) |
Change in exceptions thrown from no exceptions to HeadlessException .Documentation changed from old to new. |
Creates a non-modal dialog without a title and without a specified Frame owner. |
Added Methods | |
boolean isDefaultLookAndFeelDecorated() |
Returns true if newly created JDialog s should have their Window decorations provided by the current look and feel. |
void setDefaultLookAndFeelDecorated(boolean ) |
Provides a hint as to whether or not newly created JDialog s should have their Window decorations (such as borders widgets to close the window title...) provided by the current look and feel. |
Changed Methods | ||
void addImpl(Component, |
Documentation changed from old to new. |
By default children may not be added directly to this component they must be added to its contentPane instead. |
void processKeyEvent(KeyEvent ) |
Documentation changed from old to new. Method was locally defined, but is now inherited from Component. |
Processes key events occurring on this component by dispatching them to any registered KeyListener objects. |
void setLayout(LayoutManager ) |
Documentation changed from old to new. |
By default the layout of this component may not be set the layout of its contentPane should be set instead. |
void setLocationRelativeTo(Component ) |
Documentation changed from old to new. Method was locally defined, but is now inherited from Window. |
Sets the location of the window relative to the specified component. |
void update(Graphics ) |
Documentation changed from old to new. |
Calls paint(g) . |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |