Adding Substance/Radiance to a Java Project

Excavation

Extreme Donator
Feb 15, 2014
335
9
0
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:
d0qGIRk.png


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-grouchnikov/radiance/blob/sunshine/docs/theming/skins/colorschemes.md#core-light-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.
 
Code:
public Jframe(String[] args, int width, int height, boolean resizable) {
		super();
		//setTray();
		try {
	  	[COLOR="#FFFF00"]UIManager.setLookAndFeel(new SubstanceBusinessBlackSteelLookAndFeel());
	  	JFrame.setDefaultLookAndFeelDecorated(true);
	  	JDialog.setDefaultLookAndFeelDecorated(true);[/COLOR]

		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#dqlFQNN9y3fX0oOLHZFY9-rCrqLBJxbp8PWRyN7nTes

Add it to your libraries in your ide.
 
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:
d0qGIRk.png


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-grouchnikov/radiance/blob/sunshine/docs/theming/skins/colorschemes.md#core-light-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:
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:
d0qGIRk.png


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-grouchnikov/radiance/blob/sunshine/docs/theming/skins/colorschemes.md#core-light-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.
 

Users who are viewing this thread (total: 1, members: 0, guests: 1)