I've noticed when watching videos, usually people import everything. Such as import javax.swing.*;
.
So my question is, is it better to Import everything? Or only the things you need indiviually?
I've heard it slows down your program if you import alot of things, is this true?