pack();
}// </editor-fold>//GEN-END:initComponents
private void buttonOkActionPerformed(java.awt.event.ActionEvent evt)//GEN-FIRST:event_buttonOkActionPerformed
{//GEN-HEADEREND:event_buttonOkActionPerformed
Client client = new Client("127.0.0.1", 4242, "127.0.0.1", 4243);
String[] fragmentCommand = consoleInput.getText().split(" ");
if ( fragmentCommand.length > 1)
{
if ( "create".equals(fragmentCommand[0]) )