Components are shown different on Win and Linux
Hi all,
Well, I will try to explain as best as I can.
I have a desktop application, developed with j2se 1.5 update 9. When I run it on Windows (XP Professional SP 4) and open a form, it's appearence is ok. When I run on Linux and open the same form, there are differences like:
- JFormattedTextField width is not enough to show data (and on Win it's correct).
- A JComboBox located at the most right side of the form exceed the limit of it's parent, a JInternalFrame. It just happens on Linux.
We use slackware 11 with kde 3.5, but it was happening with slackware 10/kde 3.4
Another detail is that all forms were designed on Windows.
What should I do to fix this problem ?
Thanks.

