Simple example of Swing API
There is application, which gets from the user coordinates of points, places it on the graph and shows, are they inside the area
Branches:
- master contains original application
- client-server contains version of original application, which divided to two different parts (client and server), exchanging messages by TCP
- jmx contains version of original application, which give us possibility to keep an eye on count of clicks on graph, average intervel between two clicks, total count of points and count of points, which ended up in the area using JMX technology