10 lines
531 B
HTML
10 lines
531 B
HTML
<html><head><title>JSON File</title></head>
|
|
<body>
|
|
|
|
<p><b>JSON file contains application configuration options</b></p>
|
|
<p><b>expt:</b> Text of the label that appears at the upper right corner of the window, default value: Expt</p>
|
|
<p><b>exptColorBg:</b> Background color of the label that appears at the upper right corner of the window, default value: Blue</p>
|
|
<p><b>exptColorFg:</b> Font color of the label that appears at the upper right corner of the window, default value: White</p>
|
|
<p><b>etc...</b> etc...</p>
|
|
</body></html>
|