* Runs the client in this package.
* @see Client
*/
public void run() {
final String f = font;
ClientFactory cf = new ClientFactory() {
public void makeClient(ClientModel cm) {
setClient(new Client(cm, f));
}
};
// ClientStart.login(user, password, host, signer, result, cf);