An open API service indexing awesome lists of open source software.

https://github.com/zeionara/jswing

There is a project, which demonstrates base functional of the Java Swing API, JMX and Client-Server interaction
https://github.com/zeionara/jswing

client-server jmx swing swing-api

Last synced: 4 months ago
JSON representation

There is a project, which demonstrates base functional of the Java Swing API, JMX and Client-Server interaction

Awesome Lists containing this project

README

        

# jswing
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