Jump to content

Java JFrame for my Game Engine :#


Dontheman

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...