public class Auxiliary
extends java.lang.Object
Constructor and Description |
---|
Auxiliary() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
join(java.lang.String[] strings,
java.lang.String glue)
join strings on a glue, easy creator for csv or other delimeter
|
static void |
showConnectionError()
open a dialog box that tells the user there is a connection error
|
public static java.lang.String join(java.lang.String[] strings, java.lang.String glue)
strings
- glue
- public static void showConnectionError()