| | |
| | | { |
| | | private static final long serialVersionUID = 2096518919339628055L; |
| | | |
| | | private GuiApplication application; |
| | | |
| | | /** |
| | | * The basic constructor to be called by the subclasses. |
| | | * |
| | | * @param application Application this panel represents |
| | | */ |
| | | protected QuickSetupPanel() |
| | | protected QuickSetupPanel(GuiApplication application) |
| | | { |
| | | super(); |
| | | this.application = application; |
| | | setOpaque(false); |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | /** |
| | | * Gets the application this panel represents. |
| | | * @return GuiApplication this panel represents |
| | | */ |
| | | protected GuiApplication getApplication() { |
| | | return this.application; |
| | | } |
| | | |
| | | /** |
| | | * Returns a localized message for a key value. In the properties file we |
| | | * have something of type: |
| | | * key=value |