ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

[Release] GUI Frame


  • Please log in to reply
[Release] GUI Frame

#1

IcyJake
IcyJake
    Offline
    0
    Rep
    -1
    Likes

    Member

Posts: 37
Threads: 17
Joined: Jan 28, 2018
Credits: 0

Six years registered
#1
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. :P

  • 0

april fools 2023!

~pumpernickel bitch



 Users browsing this thread: