I'm on the Eclipse program for Java developers, and for some reason, Eclipse doesn't recognize import javax.swing.JOptionPane
when creating a new class.
If you attempt to make a new class and have the code imported automatically, nothing pops up
In fact, nothing remotely related to javax.swing
pops up. Any ideas on what's going on? I removed the JRE system library and re-added it again. But that didn't work.