tutor-orient.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <html>
  2. <head>
  3. <title>Tutorial: Orienting yourself</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <p><b>Next:</b> <a href="tutor-gates.html">Step 1: Adding gates</a></p>
  7. <h2>Step 0: Orienting yourself</h2>
  8. <p>When you start Logisim, you'll see a window similar to the following.
  9. Some of the details may be slightly different since you're likely using a
  10. different system than mine.</p>
  11. <center><img src="../../../img-guide/tutorial-shot-blank.png" width="498" height="302"></center>
  12. <p>All Logisim is divided into three parts, called the <em>explorer
  13. pane</em>, the <em>attribute table</em>, and the
  14. <em>canvas</em>. Above these parts are
  15. the <em>menu bar</em> and the <em>toolbar</em>.
  16. <center><img src="../../../img-guide/tutorial-shot-labeled.png" width="498" height="302"></center>
  17. We can quickly dispose of the explorer pane and the attribute
  18. table: We won't be examining them in this tutorial, and you can
  19. just ignore them. Also, the menu bar is self-explanatory.</p>
  20. <p>That leaves the toolbar and the canvas. The canvas is where you'll
  21. draw your circuit; and the toolbar contains the tools that you'll use to
  22. accomplish this.</p>
  23. <p><b>Next:</b> <a href="tutor-gates.html">Step 1: Adding gates</a></p>
  24. </body>
  25. </html>