public final class UIVersion
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MENU_ITEM_INFO |
Constructor and Description |
---|
UIVersion() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.JDialog |
createVersionDialog(java.awt.Frame parent,
java.lang.String tineVersion,
Version version,
Version... versions)
Creates the version dialog box responsible for displaying the versions
(also including the TINE version) for the users in a dialog box.
|
public static final java.lang.String MENU_ITEM_INFO
public static javax.swing.JDialog createVersionDialog(java.awt.Frame parent, java.lang.String tineVersion, Version version, Version... versions)
Note: be aware that calling this method including the parent frame you must have already initialized it, especially the frame icon must already be set otherwise this method cannot confirm on this image and it will be empty.
parent
- Parent frame. Can also be null
.tineVersion
- TINE version number.version
- Version of the current application.versions
- Versions of the provided libraries.17-November-2016 09:39 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft