| |
|
| javax.swing.JPanel ClientEditor.ClientEditor
ClientEditor | public class ClientEditor extends javax.swing.JPanel (Code) | | Form that allows editing of information about one client.
author: Jiri Vagner, Jan Stola |
ClientEditor | public ClientEditor()(Code) | | |
getClient | public Client getClient()(Code) | | Returns Client being edited.
Client being edited. |
main | public static void main(String args)(Code) | | Parameters: args - the command line arguments |
setClient | public void setClient(Client client)(Code) | | Sets client to edit.
Parameters: client - client to edit. |
|
|
|