Glen Whitney
277d9b0a8c
Implements the pivot parameter to the Geometry applet and numerous new construction methods. Resolves #36. Reviewed-on: #44 Co-authored-by: Glen Whitney <glen@studioinfinity.org> Co-committed-by: Glen Whitney <glen@studioinfinity.org>
31 lines
840 B
HTML
31 lines
840 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
<h3>Debugging</h3>
|
|
<h4>Java Geometry Applets</h4>
|
|
Trace the following to the JavaScript console: <br/>
|
|
<label for="commands">Commands executed</label>
|
|
<input type="checkbox" id="commands">
|
|
<label for="color">Colors assigned</label>
|
|
<input type="checkbox" id="color">
|
|
<br/>
|
|
<br/>
|
|
Alter execution of the translated applet: <br/>
|
|
<label for="showall">Show all applet entities, even hidden ones</label>
|
|
<input type="checkbox" id="showall"><br/>
|
|
<label for="showaux">Show GeoGebra auxiliaries (not in applet)</label>
|
|
<input type="checkbox" id="showaux">
|
|
<br/>
|
|
<br/>
|
|
<label for="algebra">Show the GeoGebra algebra pane</label>
|
|
<input type="checkbox" id="algebra">
|
|
<script src="options.js" type="module"></script>
|
|
</body>
|
|
|
|
</html>
|