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
- Host: GitHub
- URL: https://github.com/zeionara/jswing
- Owner: zeionara
- Created: 2016-10-22T16:16:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T15:55:22.000Z (over 8 years ago)
- Last Synced: 2025-01-02T07:46:20.294Z (6 months ago)
- Topics: client-server, jmx, swing, swing-api
- Language: Java
- Homepage:
- Size: 5.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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