org.opensha.sra.gui.portfolioeal.gui
Class ERFPanel
java.lang.Object
org.opensha.sra.gui.portfolioeal.gui.ERFPanel
public class ERFPanel
- extends Object
This class creates an instance of ERF_GuiBean, and implements it as a
JPanel.
- Author:
- Jeremy Leakakos
|
Constructor Summary |
ERFPanel()
The default constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERFPanel
public ERFPanel()
- The default constructor. An ERF_GuiBean is created, which is called by the main view. Since
the class ERF_GuiBean is already a JPanel, there is no UI formatting done in this class.
getPanel
public ERF_GuiBean getPanel()
- Returns:
- This is the instance of ERF_GuiBean that is to be used in the main program