I am running Ubuntu 9.10 and trying to run a Java program that I wrote, the source code of which is on a remote machine. I use ssh to connect using the following command from the terminal:
ssh -X username@hostname
When the program starts, one of the frames of the graphical user interface has its buttons that are absent in the view, but they are available for viewing and work as expected, when I can determine exactly where they are. Having run the code from my local computer, it is present and is launched from another Windows computer using X-Windows. I tried to solve this problem within a few hours, but to no avail. Does anyone have any helpful information on how to solve this problem?
Thank!
source
share