All Downloads are FREE. Search and download functionalities are using the official Maven repository.

studio.ui.EditServerForm Maven / Gradle / Ivy

Go to download

Studio for kdb+ is a rapid development environment for the ultra-fast database kdb+ from Kx Systems: http://www.kx.com.

There is a newer version: dz4.1
Show newest version
package studio.ui;

import studio.kdb.Server;

import javax.swing.*;

public class EditServerForm extends ServerForm {
//@TODO Can we Server.NO_SERVER modified here??
    public EditServerForm(JFrame owner,Server server) {
        super(owner,"Edit Server Details",server);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy