Thread: Adding Substance/Radiance to a Java Project

Results 1 to 6 of 6
  1. #1 Adding Substance/Radiance to a Java Project 
    Extreme Donator

    Join Date
    Feb 2014
    Posts
    336
    Thanks given
    4
    Thanks received
    5
    Rep Power
    20
    I was wondering if anyone could provide a guide for adding Substance/Radiance to a Java project.

    For those that aren't familiar with what Substance/Radiance is, if you recall using the Project Fubergen client back in the day, it looks like this:
    Attached image

    Other servers had done/used this too. RitzScape, LightScape, Unique-Endz/Ends, etcetera...

    The window theme/detail (in the case above, the picture, it is white) is from the Substance/Radiance project.
    Substance is the older version of Radiance, and is no longer available.
    This is an example/link to Radiance: https://github.com/kirill-grouchniko...-color-schemes

    I have had a look at Fubergen's profile here on Rune-Server https://www.rune-server.ee/members/fubergen/, and unfortunately, they have not been on here/active in a long time.

    If you have one of these older clients, consider yourself lucky. This appears to be the only way to obtain one of the old versions of Substance anymore.
    The newer version, Radiance, will not run on older versions of Java.

    EDIT- Also, I found this out not too long ago, running this software on Windows is illegal because it uses the Quaqua project.
    https://www.randelshofer.ch/quaqua/
    If you know someone that used this software in the past, and might be concerned in this regard, feel free to tell them.
    Reply With Quote  
     

  2. #2  
    🖤Runic Developer🖤
    Castiel's Avatar
    Join Date
    Apr 2013
    Posts
    1,752
    Thanks given
    564
    Thanks received
    288
    Rep Power
    609
    discord : Castiel#7544
    Attached image
    Attached image
    Reply With Quote  
     

  3. #3  
    Extreme Donator

    Join Date
    Feb 2014
    Posts
    336
    Thanks given
    4
    Thanks received
    5
    Rep Power
    20
    Quote Originally Posted by Castiel View Post
    discord : Castiel#7544
    No. I don't use Discord.
    Just post it here.
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Dec 2019
    Age
    31
    Posts
    376
    Thanks given
    361
    Thanks received
    214
    Rep Power
    0
    Code:
    public Jframe(String[] args, int width, int height, boolean resizable) {
    		super();
    		//setTray();
    		try {
    	  	UIManager.setLookAndFeel(new SubstanceBusinessBlackSteelLookAndFeel());
    	  	JFrame.setDefaultLookAndFeelDecorated(true);
    	  	JDialog.setDefaultLookAndFeelDecorated(true);
    
    		JPopupMenu.setDefaultLightWeightPopupEnabled(true);
    			com.client.sign.Signlink.startpriv(InetAddress.getByName(server));
    			initUI(width, height, resizable);
    		} catch (Exception ex) {
    			ex.printStackTrace();
    		}
    	}
    Theme.jar (the substance look/feel)
    https://mega.nz/file/hwxUCYBI#dqlFQN...xbp8PWRyN7nTes

    Add it to your libraries in your ide.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Apr 2023
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    [QUOTE=Excavation;5761871]I was wondering if anyone could provide a guide for adding Substance/Radiance to a Java project.

    For those that aren't familiar with what Substance/Radiance is, if you recall using the Project Fubergen client back in the day, it looks like this:
    Attached image

    Other servers had done/used this too. RitzScape, LightScape, Unique-Endz/Ends, etcetera...

    The window theme/detail (in the case above, the picture, it is white) is from the Substance/Radiance project.
    Substance is the older version of Radiance, and is no longer available.
    This is an example/link to Radiance: https://github.com/kirill-grouchniko...-color-schemes

    I have had a look at Fubergen's profile here on Rune-Server View Profile: Fubergen - Rune-Server, and unfortunately, they have not been on here/active in a long time.

    If you have one of these older clients, consider yourself lucky. This appears to be the only way to obtain one of the old versions of Substance anymore.
    The newer version, Radiance, will not run on older versions of Java.

    EDIT- Also, I found this out not too long ago, running this software on Windows is illegal because it uses the Quaqua project.
    Quaqua Look and Feel
    If you know someone that used this software in the past, and might be concerned in this regard, feel free to tell them.

    I'd love to help, but I'm only learning JAVA
    Last edited by MariaMorrison; 07-31-2023 at 03:28 PM.
    Reply With Quote  
     

  6. #6  
    Registered Member godzkilla's Avatar
    Join Date
    Dec 2023
    Posts
    4
    Thanks given
    0
    Thanks received
    2
    Rep Power
    0
    Quote Originally Posted by Excavation View Post
    I was wondering if anyone could provide a guide for adding Substance/Radiance to a Java project.

    For those that aren't familiar with what Substance/Radiance is, if you recall using the Project Fubergen client back in the day, it looks like this:
    Attached image

    Other servers had done/used this too. RitzScape, LightScape, Unique-Endz/Ends, etcetera...

    The window theme/detail (in the case above, the picture, it is white) is from the Substance/Radiance project.
    Substance is the older version of Radiance, and is no longer available.
    This is an example/link to Radiance: https://github.com/kirill-grouchniko...-color-schemes

    I have had a look at Fubergen's profile here on Rune-Server Just a moment..., and unfortunately, they have not been on here/active in a long time.

    If you have one of these older clients, consider yourself lucky. This appears to be the only way to obtain one of the old versions of Substance anymore.
    The newer version, Radiance, will not run on older versions of Java.

    EDIT- Also, I found this out not too long ago, running this software on Windows is illegal because it uses the Quaqua project.
    Quaqua Look and Feel
    If you know someone that used this software in the past, and might be concerned in this regard, feel free to tell them.
    how come you dont just add runelite? its a theme, you can add plugins, its worth it.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 2
    Last Post: 01-31-2015, 08:31 AM
  2. Replies: 9
    Last Post: 05-20-2013, 03:49 PM
  3. Adding new .dats to config.java
    By Jaiden Watling in forum Help
    Replies: 22
    Last Post: 03-16-2012, 10:10 AM
  4. Adding pets to dropitem.java
    By sk8rdude461 in forum Help
    Replies: 0
    Last Post: 01-22-2012, 02:10 AM
  5. [PI] Adding overload potions to project insanity
    By Juggalo Family in forum Requests
    Replies: 1
    Last Post: 08-22-2010, 12:51 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •