]> git.mxchange.org Git - jaddressbook-lib.git/history - Addressbook/src/org/mxchange/addressbook/client/gui/AddressbookFrame.java
Added more thrown exceptions or catch them.
[jaddressbook-lib.git] / Addressbook / src / org / mxchange / addressbook / client / gui / AddressbookFrame.java
2015-08-12 Roland HaederAdded more thrown exceptions or catch them.
2015-08-12 Roland HaederOrganized members
2015-08-11 Roland HaederMoved to jcore
2015-08-07 Roland HaederRenamed some classes/interfaces to make it clear they...
2015-08-06 Roland HaederMoved more stuff to jcore project as they can be genera...
2015-08-06 Roland HaederMoved a lot classes and interfaces (generalized) to...
2015-07-31 Roland HaederFixes for broken commit, as type-hints must be fixed...
2015-07-30 Roland HaederA lot refacturings ...
2015-07-29 Roland HaederA lot more improvements:
2015-07-28 Roland HaederAdded a lot trace messages + sanity checks for null...
2015-07-28 Roland HaederIntroduced more methods + added first dialog call ...
2015-07-28 Roland HaederAuto-formation and yes, it is better this way
2015-07-28 Roland HaederAdded more input fields and overwritten toString()...
2015-07-28 Roland Haederset visibility for debugging purposes here
2015-07-28 Roland HaederIntroduced initNamePanel() + added entering surname...
2015-07-27 Roland HaederIntroduced Gender enum which replaces the old char
2015-07-24 Roland HaederIntroduced new model as we need gender value verficatio...
2015-07-24 Roland HaederGlobal commit: Changed spaces to tabs, because all...
2015-07-24 Roland HaederImplemented getRowCount() + centered table and added...
2015-07-24 Roland HaederIntroduced initTable()
2015-07-24 Roland HaederIntroduced updateStatus() + shutdownApplication()
2015-07-24 Roland HaederMoved exceptions in own package
2015-07-24 Roland HaederIntroduced initStatusPanel() which initializes status...
2015-07-24 Roland HaederIntroduced initMenuSystem() which initializes whole...
2015-07-23 Roland HaederMoved default close operation into init method to keep...
2015-07-23 Roland HaederMoved declaration of menu and item instances up as...
2015-07-23 Roland HaederContinued with re-implementation of Swing frame
2015-07-23 Roland HaederAdded 'final' keyword to getters/setters as it makes...
2015-07-23 Roland HaederThe NetBeans-created GUI was buggy, maybe because of...
2015-07-23 Roland HaederBah, bad bad NetBeans. Why the f**k does it need to...
2015-07-22 Roland HaederProject relocated (a bit better now?) + continued with...
2015-07-22 Roland Haederthe contact manager instance only exists when initFrame...
2015-07-21 Roland HaederAdded stuff for Swing client
2015-07-21 Roland HaederAdded a lot stuff:
2015-07-21 Roland HaederAdded initial Swing frame class (Netbeans) and moved...