Skip to content

Commit

Permalink
Update Lightbeam scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-grouchnikov committed Sep 22, 2021
1 parent 9133132 commit c535d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-flatlaf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ alias JAVA="java"

RADIANCE_VERSION=4.5-SNAPSHOT
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-lightbeam-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
FLATLAF_CLASSPATH=../../../thirdparty/flatlaf-0.37.jar
FLATLAF_CLASSPATH=../../../thirdparty/flatlaf-1.6.jar

java -Dswing.defaultlaf=com.formdev.flatlaf.FlatLightLaf -cp $CLASSPATH:$FLATLAF_CLASSPATH org.pushingpixels.lightbeam.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-synthetica.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ alias JAVA="java"

RADIANCE_VERSION=4.5-SNAPSHOT
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-lightbeam-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
SYNTHETICA_CLASSPATH=../../../thirdparty/synthetica/synthetica.jar:../../../thirdparty/synthetica/syntheticaStandard.jar
SYNTHETICA_CLASSPATH=../../../thirdparty/synthetica3.0/synthetica.jar:../../../thirdparty/synthetica3.0/syntheticaStandard.jar

java -Dswing.defaultlaf=de.javasoft.synthetica.standard.SyntheticaStandardLookAndFeel -cp $CLASSPATH:$SYNTHETICA_CLASSPATH org.pushingpixels.lightbeam.DynamicPerformanceSuite 10

0 comments on commit c535d36

Please sign in to comment.