Portability of Java Swing applications to OSX -


recently wrote extremely basic java swing program couple of text fields , buttons. program works fine me on ubuntu java 1.5. when try run on osx (10.4), main window displayed correctly program seems unresponsive. nothing seems happen, no matter button click on.

i know next nothing mac osx, there might doing wrong?

could executing off event-dispatch thread? example, might creating, displaying , modifying jtextarea in main thread.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -