while creating a JFrame derivative in eclipse, the quick fix given by eclipse is "import unimported files" and when I do the fix, it imports
import javax.swing.JPanel;
and I have to import every file when I declare other components, Is it possible to change the quick fix option in eclipse, so that I could change it to
import javax.swing.*;
thanks for your works below in advance