ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 7217

[Release] GUI Frame

by IcyJake - 11-16-2017 - 05:11 AM
#1
Code:
import javax.swing.*; // I import the necessary library to do this
public class IcyJake {
    public static void main(String[] args)
    {
    JFrame frame = new JFrame("This is a test by IcyJake");
    frame.setVisible(true);
    frame.setSize(300,300);
    frame.setDefaultCloseOperation(3);
    frame.setResizable(false);
    }
 }

Let me know if you need help. Tounge
Reply
#2
thanks im gonna use this now
Reply
#3
(05-20-2018 - 03:58 AM)veno Wrote: thanks im gonna use this now

No problem, buddy.
Reply

Users browsing: 1 Guest(s)