What classes and methods to use?
Hi,
I am developing a system wherein, a server holds all connected clients through class Socket. But I am trying to intregrate GUI on it.
My problem is how I could create a dragable environment of objects (JPanel, JButton, etc.) so that I wouldn't able to utilize the FlowLayout class which displays the client in an orderly manner. What class and methods I am to use?
What implementation I am going to use to save the configuration? What file format I am going to use?
To visualize further this problem, the system I am trying to develop is a classroom management system wherein the room adminstrator will configure the environment to a seat plan like diagram.
Thanks.