|
|
@ -28,13 +28,10 @@ import ui.ComponentDemo; |
|
|
|
import ui.DemoPanel; |
|
|
|
import ui.DemoPanel; |
|
|
|
import util.ClassFinder; |
|
|
|
import util.ClassFinder; |
|
|
|
|
|
|
|
|
|
|
|
import com.github.weisj.darklaf.util.ColorUtil; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public class DemoLauncher implements ComponentDemo { |
|
|
|
public class DemoLauncher implements ComponentDemo { |
|
|
|
|
|
|
|
|
|
|
|
public static void main(final String[] args) { |
|
|
|
public static void main(final String[] args) { |
|
|
|
System.out.println(ColorUtil.getPerceivedBrightness(ColorUtil.fromHex("2D2D2D"))); |
|
|
|
|
|
|
|
if (true) return; |
|
|
|
|
|
|
|
ComponentDemo.showDemo(new DemoLauncher()); |
|
|
|
ComponentDemo.showDemo(new DemoLauncher()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|