Closed Mr-Kumar-Abhishek closed 9 years ago
without creating this package,'import javax.swing' was giving errors!
It would be more helpfull for all of us if you just tell what are the errors rather than blankly telling , it is giving 'errors'.
Also, if you think you need this as package javax.swing;
then remove the imports having javax.swing
Removed unnecessary imports. https://github.com/ronz94/Steadfast/commit/44d7cb52d099f6fce80c95a2bf2f21e025778826
regarding this commit --> https://github.com/ronz94/Steadfast/commit/73660ca929f828a948acf83febc5589b890340db
We don't usually use
package
keyword for built in packages. Any special reason to do this ? Also if you are doing this, please remove all the imports of swing below it. And maybe also include all the files and libraries of swing package in the commit ? unless otherwise it doesn't makes sense.