Skip to content

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

Notifications You must be signed in to change notification settings

zeionara/jswing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages