* @throws Exception
*/
public static void main(String[] args) {
String host = args[0];
try {
Kassa kas = new Kassa(host, "kassa", "kassa");
KassaGUI gui= new KassaGUI(kas);
gui.setVisible(true);
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();