I have noticed some things that do not seem to work right in your current JDK1.2 
release for Linux. The reason why I consider these bugs is that the same things 
work on Sun's implementation.

1. Is there a problem with the ActionListeners? I have noticed that some events do 
not arrive to the listeners in the order the listeners were added. I mean that 
when I do button.addActionListener(listener1) followed by 
button.addActionListener(listener2), listener1 should receive action events first. 
If this is not the case, I am doing something very stupid...

2. ResourceBundle language = 
ResourceBundle.getBundle("language",Locale.getDefault()); does not work even 
though I have "language.properties", "language_en.properties" etc... A 
MissingResourceException is thrown. The same code works on Sun.

3. When I create a message dialog with 
JOptionPane.showMessageDialog(owner,message,title,type) it works fine and returns 
the right value. But when I do owner.dispose() after this, the awt event thread 
throws a NullPointerException. (Exception occured during event dispatch ...) I 
forgot to take the printout with me but I'll send it to you later.

-Topi-
 << http://ee.oulu.fi/~topiolli >>


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to