Hi!
There is a strange thing with the JTextFields I use in my application. Let's say there is a textfield that was created like that:
Running the application on different systems I get different results in the layout. With Windows 2000 the field is bigger than 20 (around 30) and in a solaris environment there is only room for about 19 characters. Can this be fixed in order to have the same size on both environments? I have the same problem with JTextArea!
Cheers
frag
patrick.metz@epost.de
There is a strange thing with the JTextFields I use in my application. Let's say there is a textfield that was created like that:
Code:
private JTextField myTextField = new JTextField(20);
Running the application on different systems I get different results in the layout. With Windows 2000 the field is bigger than 20 (around 30) and in a solaris environment there is only room for about 19 characters. Can this be fixed in order to have the same size on both environments? I have the same problem with JTextArea!
Cheers
frag
patrick.metz@epost.de