]> git.mxchange.org Git - jaddressbook-lib.git/commit
Added initial Swing frame class (Netbeans) and moved method initContactManager()...
authorRoland Haeder <roland@mxchange.org>
Tue, 21 Jul 2015 12:11:25 +0000 (14:11 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 21 Jul 2015 12:11:44 +0000 (14:11 +0200)
commit27f135983830bf9fc71b909db6c0fb97c618fccc
tree6e1b5f1b85385fd8d825689b8f4de0e46632f7dc
parente92fd10e2b96699c4421caf64d1db53cfd5e3524
Added initial Swing frame class (Netbeans) and moved method initContactManager() to BaseClient as only clients initialize it.
Signed-off-by:Roland Häder <roland@mxchange.org>
Addressbook/src/org/mxchange/addressbook/BaseFrameworkSystem.java
Addressbook/src/org/mxchange/addressbook/application/AddressbookApplication.java
Addressbook/src/org/mxchange/addressbook/client/BaseClient.java
Addressbook/src/org/mxchange/addressbook/client/Client.java
Addressbook/src/org/mxchange/addressbook/client/console/ConsoleClient.java
Addressbook/src/org/mxchange/addressbook/client/gui/AddressbookFrame.form [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/client/gui/AddressbookFrame.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/client/gui/ClientFrame.java [new file with mode: 0644]
Addressbook/src/org/mxchange/addressbook/client/gui/SwingClient.java