blob: 4cb1d39b9e5b6cd42b20d0d749ddba9e2b678e75 [file] [log] [blame]
import javax.swing.*;
/**
* doc
*/
class MyFrame extends JFrame {
}
-----
import javax.swing.*;
/**
* doc
*/
class MyFrame extends JFrame {
}