Jframe titlebar is not visible on linux.
843806May 20 2008 — edited May 20 2008Hi all,
I am developing a GUI application in java for Linux platform. And while i execute my code on linux then the title bar (which contains information about page in left and minimize,maximize and close button in right) is not visible. While it is visible when i put the same code on windows.
On linux Jinternal frame instance is showing title bar but Jframe instace is not and that is a problem for my main GUI window.
Please help me how to make titlebar visible on linux or what i am doing wrong.
Thanks in advance.
Note: I am accesing linux terminal thrugh Xstart(An xterm based interface).
Edited by: Mavens on May 20, 2008 9:09 AM