Adam200214 187 Posted June 4, 2020 Popular Post Report Share Posted June 4, 2020 (edited) 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 This is the hidden content, please Sign In or Sign Up Preview: This is the hidden content, please Sign In or Sign Up 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 Edited June 4, 2020 by Adam200214 68 Link to comment Share on other sites More sharing options...
Speakeasy 341 Posted June 4, 2020 Report Share Posted June 4, 2020 Might look into this thank you 1 Link to comment Share on other sites More sharing options...
smidge 7 Posted June 4, 2020 Report Share Posted June 4, 2020 Gunna check this out thanks man Link to comment Share on other sites More sharing options...
Jire 171 Posted June 4, 2020 Report Share Posted June 4, 2020 Maybe there's some cool design ideas in here - thanks! Link to comment Share on other sites More sharing options...
ProjectPrimal 5 Posted June 4, 2020 Report Share Posted June 4, 2020 maybe this is pretty cool. not sure, can't see it Link to comment Share on other sites More sharing options...
Arestic 1 Posted June 4, 2020 Report Share Posted June 4, 2020 Looks nice! will def check it out Link to comment Share on other sites More sharing options...
OG Zen 1,197 Posted June 4, 2020 Report Share Posted June 4, 2020 Maybe there's some cool design ideas in here - thanks! Link to comment Share on other sites More sharing options...
Juice 2,386 Posted June 4, 2020 Report Share Posted June 4, 2020 had this long time!thanks for sharing for others Link to comment Share on other sites More sharing options...
Mrcastiel 1,867 Posted June 4, 2020 Report Share Posted June 4, 2020 let see Link to comment Share on other sites More sharing options...
Adodwerg 3 Posted June 4, 2020 Report Share Posted June 4, 2020 just going to check it out Link to comment Share on other sites More sharing options...
Sin 1 Posted June 4, 2020 Report Share Posted June 4, 2020 Will look into this launcher later, thanks! Link to comment Share on other sites More sharing options...
Java developer 2 Posted June 4, 2020 Report Share Posted June 4, 2020 Pretty clean, i remember when you was working on this Link to comment Share on other sites More sharing options...
Deman 9 Posted June 4, 2020 Report Share Posted June 4, 2020 Thanks for sharing, going to check it out Link to comment Share on other sites More sharing options...
h20 24 Posted June 4, 2020 Report Share Posted June 4, 2020 Thank you man for this launcher Link to comment Share on other sites More sharing options...
Benjamyn 0 Posted June 5, 2020 Report Share Posted June 5, 2020 Looks great man good work sir 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