Added alternative constructor for backwards compatibility.
This commit is contained in:
parent
4c81ca651e
commit
f7917e62c2
@ -228,6 +228,21 @@ public class EvAClient implements RemoteStateListener, Serializable {
|
|||||||
this(hostName, null, null, goParams, autorun, noSplash, noGui, false);
|
this(hostName, null, null, goParams, autorun, noSplash, noGui, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Do not use the tree view by default.
|
||||||
|
*
|
||||||
|
* @param hostName
|
||||||
|
* @param parent
|
||||||
|
* @param paramsFile
|
||||||
|
* @param goParams
|
||||||
|
* @param autorun
|
||||||
|
* @param noSplash
|
||||||
|
* @param noGui
|
||||||
|
*/
|
||||||
|
public EvAClient(final String hostName, final Window parent, final String paramsFile, final InterfaceGOParameters goParams, final boolean autorun, final boolean noSplash, final boolean noGui) {
|
||||||
|
this(hostName, parent, paramsFile, goParams, autorun, noSplash, noGui, false);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main constructor of the EvA2 client GUI. Works as standalone verson locally or
|
* Main constructor of the EvA2 client GUI. Works as standalone verson locally or
|
||||||
* as client for the EvA2 server. GO parameters may be
|
* as client for the EvA2 server. GO parameters may be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user