Hi, I always got the following message when I do anything with javax.swing.* : AttributeError: java package 'javax.swing' has no attribute 'JFrame' .... But there's no error when I do the following : >>> from javax import swing Any idea ?