atmscreen.html

来自「Java 入门书的源码」· HTML 代码 · 共 20 行

HTML
20
字号
<!--Copyright (c) 1998, Arthur Gittleman
 --This example is provided WITHOUT ANY WARRANTY either expressed or implied.
 -->

<title>  A First Look At Everything  </title>
 <h2> Art's bank has two customers <br>  </h2>
 <h3>    John Venn with PIN 123123123  <br>
         Mabel Venn with PIN 456456456   </h3><p>
 <ul>    
    <li> Press the <em>Start</em> button to start.  
    <li> The ATM prompts each step with a message.   
    <li> Enter one of the two user names to begin transactions. 
    <li> Hit the <em>Enter</em> key when done. 
    <li> No new accounts or users can be created.
    <li> Press the <em>Finish</em> button when the current user is done.
    <li> Press the <em>Start</em> button to enter another user name.
<p>
<applet code=AtmScreen.class width=400 height=200>
</applet>
 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?