Jump to content
Existing user? Sign In

Sign In



Sign Up
Search In
  • More options...
Find results that contain...
Find results in...

Nice Launcher


Adam200214
 Share

Recommended Posts

  • 2 weeks later...
  • Replies 62
  • Created
  • Last Reply

Top Posters In This Topic

  • 4 weeks later...
  • 1 year later...
  • 1 month later...
  • 3 weeks later...
On 6/3/2020 at 8:33 PM, Adam200214 said:

Not the best written thing in the world, however wrote it for Divination whilst I was learning more on JFrame's/Components. If you're gonna use would advise improving it a bit..

 

Ain't providing any free help on getting this working, if you need help and are happy to pay, hmu on Discord @ NULL#1111

 

 

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

 

 

Preview:

 

 

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

 

 

 

 

Edit:

Working BackGround.java - replace link with your own., upload 'main.gif' found in the package and replace link

public class BackGround extends JPanel {
private ImageIcon loading;
    public BackGround() {
        super();
        String loadLink = "link here";
        URL ajaxLoad = null;
        try {
            ajaxLoad = new URL(loadLink);
        } catch (MalformedURLException e3) {
            e3.printStackTrace();
        }
        loading = new ImageIcon(ajaxLoad);
    }

    @Override
    protected void paintComponent(Graphics g) {
        super.paintComponent(g);
        loading.paintIcon(this, g, 0, 0);
    }
}

 

 

Credits too King Fox, took a couple things from his launcher because I was in a rush to get it done lmao

ty

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 3 weeks later...
  • 1 month later...
On 6/3/2020 at 8:33 PM, Adam200214 said:

Not the best written thing in the world, however wrote it for Divination whilst I was learning more on JFrame's/Components. If you're gonna use would advise improving it a bit..

 

Ain't providing any free help on getting this working, if you need help and are happy to pay, hmu on Discord @ NULL#1111

 

 

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

 

 

Preview:

 

 

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

 

 

 

 

Edit:

Working BackGround.java - replace link with your own., upload 'main.gif' found in the package and replace link

public class BackGround extends JPanel {
private ImageIcon loading;
    public BackGround() {
        super();
        String loadLink = "link here";
        URL ajaxLoad = null;
        try {
            ajaxLoad = new URL(loadLink);
        } catch (MalformedURLException e3) {
            e3.printStackTrace();
        }
        loading = new ImageIcon(ajaxLoad);
    }

    @Override
    protected void paintComponent(Graphics g) {
        super.paintComponent(g);
        loading.paintIcon(this, g, 0, 0);
    }
}

 

 

Credits too King Fox, took a couple things from his launcher because I was in a rush to get it done lmao

 

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
 Share


Contact

ltlimes

RSPS Partners

RedemptionRSPS

What is a RSPS?

A RSPS, also known as RuneScape private server, is an online game based on RuneScape, and controlled by independent individuals.

Popular RSPS Servers

oldschoolrsps Runewild RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex, rune-server and runelocus in any way & exists solely for educational purposes.

×
×
  • Create New...