Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10
import javax.swing.JOptionPane imports only the JOptionPane class in javax.swing package but if you do import javax.swing.* all classes in javax.swing package will be imported. The asterisk (*) is a wildcard that imports all classes.
10th Apr 2021, 6:17 AM
Soumik
Soumik - avatar
+ 4
there are also packages with similar names that must be imported separately import javax.swing.*; import javax.swing.text.*;
10th Apr 2021, 8:17 PM
zemiak
+ 2
Dou you use netbeans?
18th Jan 2022, 11:11 PM
Bryan Arredondo
Bryan Arredondo - avatar
0
Thanks
18th Apr 2021, 12:15 PM
sonam kumari
sonam kumari - avatar
0
Yot
24th Apr 2021, 6:10 PM
سند بسيس
سند بسيس - avatar