#! /bin/bash
cyflexlogevent -t generic -m 1 -m "script" -m "$0" 

# $Version: 7.0.0       $


#
# Script name: dsply_specs_tester
#
# Purpose: Allow users to test various display settings to see what
#    will best display dsply_specs information.
#
# Invoking arguments:
#    none
#
# History:
#   05/27/08 - Rob Janes - Initial release.
#

. configure_java

# Shell variables must begin with a letter.  So this can not be called
# 3RDPARTY.  D is for Directory.
D3RDPARTY=$D3
SPECFILEGUI=$GUI
PROPERTIES=-DPropertiesFile=$CELL/cui_properties.txt
LAF="-Dswing.defaultlaf=com.jgoodies.looks.plastic.Plastic3DLookAndFeel"

# Jar files are listing in approximate order of their use.
CLASSPATH=\
$SPECFILEGUI/specfilegui.jar\
:$SPECFILEGUI/cui.jar\
:$SPECFILEGUI/facade.jar\
:$SPECFILEGUI/gp_test.jar\
:$SPECFILEGUI/cvsci.jar\
:$SPECFILEGUI/applications.jar\
:$D3RDPARTY/forms.jar\
:$D3RDPARTY/JGo.jar\
:$D3RDPARTY/InstrumentDemo.jar\
:$D3RDPARTY/JGoInstruments.jar\
:$D3RDPARTY/i18nlog.jar\
:$D3RDPARTY/looks-2.1.4.jar
export CLASSPATH

exec java $PROPERTIES $LAF com.cybermetrix.cyflex.cui.display.dsply_specs_tester &
