BasicErrorPaneUI
public abstract class ErrorPaneUI extends PanelUI
Constructor | Description |
---|---|
ErrorPaneUI() |
Modifier and Type | Method | Description |
---|---|---|
abstract Dimension |
calculatePreferredSize() |
Calculates default prefered size for JXErrorPane on given platform/LAF.
|
abstract JDialog |
getErrorDialog(Component owner) |
Creates new ErrorPane wrapped in the dialog window centered at provided owner component.
|
abstract JFrame |
getErrorFrame(Component owner) |
Creates new ErrorPane wrapped in the frame window centered at provided owner component.
|
abstract JInternalFrame |
getErrorInternalFrame(Component owner) |
Creates new ErrorPane wrapped in the internal frame window centered at provided owner component.
|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
public abstract JFrame getErrorFrame(Component owner)
owner
- component to center created error frame at.public abstract JDialog getErrorDialog(Component owner)
owner
- component to center created error dialog at.public abstract JInternalFrame getErrorInternalFrame(Component owner)
owner
- component to center created error frame at.public abstract Dimension calculatePreferredSize()
Copyright © 2018. All rights reserved.