Dontheman Posted July 31, 2016 Share Posted July 31, 2016 Hey guys. I am asking for help again. How do i import the latest Eclipse SDK JFrame? Here is a scrn shot! As you can see, i just started the project, but i cannot import JFrame! Please help! Link to comment Share on other sites More sharing options...
jcsnider Posted July 31, 2016 Share Posted July 31, 2016 All you should have to do is add this line import javax.swing.JFrame; below package Main;  Source with more information and guide about using JFrame http://www.javaprogrammingforums.com/java-swing-tutorials/15198-creating-simple-gui-jframe.html  This result was found in 15 seconds on Google by searching for "eclipse jframe example" and clicking the second result. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now