Why Java Swing behaves different on different systems?

Posted by Tom Brito on Stack Overflow See other posts from Stack Overflow or by Tom Brito
Published on 2010-04-18T15:29:37Z Indexed on 2010/04/18 15:33 UTC
Read the original article Hit count: 325

Filed under:
|

Some swing code I write in my computer behave different on my colleague's computer, and in my PC, and in my notebook.

I wonder, is there something I can do to my Swing applications behave the same in every computer?

I want to have sure a algorithm I've tested in my computer will work the same way in my clients computers.

E.g. Problem to focus JTextField

© Stack Overflow or respective owner

Related posts about java

Related posts about swing