A basic Client Server Application III
Updated 11/27/04 to loop on adds/updates/deletes. This version III example shows you how to build a basic client/server address application using persistent data. The client sends an action to the server and the server responds. The source and a tutorial are included. The client application uses the following Java APIs: - JLabel - JTextField - JButton - JPanel - JTextArea - JTable - JTextArea - Dialog The server application uses the following Java APIs: - JButton - JPanel - JTextArea - RandomAccessFile
ИИ-обзор: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Upload