So I have an executable jar file which when run in windows or in Linux by using the command
`java -jar filename.jar`
the output is this. But when the same thing is viewed via a remote connection using VNC client, the output is reduced to this
I have tried changing the resolution of the vncserver instance by using -geometry attribute and have also tried supplying values for "-cc" and the "-depth" attributes. But to no avail. Can someone tell me what I have to do so as to get the intended display properly in the vnc session as well?