Can anyone help me in creating an X11 window in java swing using eclipse?And also the function to get the x11 id also.What are the basic requirement for creating an X11 wind
Creating an X11 window in Swing is as easy as new Frame() followed by setVisible(true). Getting any of the unabstracted details will be harder. Of course, you can always open a java.net.Socket to port 6000 or so and speak X11 yourself.