kooyee ‘s blog

          開源軟件, 眾人努力的結晶, 全人類的共同財富
          posts - 103, comments - 55, trackbacks - 0, articles - 66
             :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理

          日歷

          <2008年3月>
          2425262728291
          2345678
          9101112131415
          16171819202122
          23242526272829
          303112345

          公告

          一起暢游計算機的世界

          搜索

          •  

          積分與排名

          • 積分 - 163344
          • 排名 - 363

          最新評論

          1.
          mouse clicked與 mouse pressed 的區別

          前者是在同一個位置press和release才觸發事件,執行操作. 如果在用戶一個位置按下鼠標后改變了主意,則移動到另一個位置(按鈕外面)放開就會取消操作(不執行操作).


          而后者只是觸發press事件, 也就是說按下鼠標就執行操作




          2.

          The text field fires three events: a key-pressed event, a key-typed event, and a key-released event.
          Note :
          the key-typed event doesn't have key code information.
          key-pressed and key-released events don't have key character information.

          用來檢驗text changed可以用key-released events. 因為它能夠通過getText()得到textfield中改變后的text.  而 key-pressed event, key-typed event 得到的是改變前的文字

        1. Press and release the Shift key.
          The text field fires two events: a key-pressed and a key-released. The text field doesn't fire a key-typed event because Shift, by itself, doesn't correspond to any character.

           

        2. Type an uppercase 'A' by pressing the Shift and A keys.
          You'll see the following events, although perhaps not in this order: key-pressed (Shift), key-pressed (A), key typed ('A'), key-released (A), key-released (Shift). Note that Shift is listed as the modifier key for the key-typed and key-pressed events.

           

        3. Type an uppercase 'A' by pressing and releasing the Caps Lock key, and then pressing the A key.
          You should see the following events: key-pressed (Caps Lock), key-pressed (A), key typed ('A'), key-released (A). Note that Caps Lock is not listed as a modifier key.

           

        4. Press the Tab key. No Tab key-pressed or key-released events are received by the key event listener. This is because the focus subsystem consumes focus traversal keys, such as Tab and Shift Tab. Press Tab twice more to return the focus to the text area.

           

        5. Press a function key, such as F3. You'll see that the function key is an action key.

           

        6. Press the left Shift key, followed by the right Shift key. The key-pressed and key-released events indicate which Shift key was typed.

           

        7. Press the Num Lock key if your keyboard has a number pad. As for Caps Lock, there is a key-pressed event, but no key-released event.

           

        8. Press the '2' key on the number pad. You see the key-pressed, key-typed, and key-released events for the number '2'.

           

        9. Press the '2' key on the standard keyboard. Again, you see the three event messages. The key-typed events for both number 2 keys are identical same as press in number pad. But the key-pressed and key-released events indicate different key codes and different key locations.

           

        10. Press the Num Lock key again. A key-released event is fired.
        11. 主站蜘蛛池模板: 雅江县| 武宁县| 万宁市| 灌南县| 夏津县| 朝阳县| 清涧县| 涿鹿县| 泸西县| 东乌珠穆沁旗| 共和县| 广德县| 霍邱县| 荆门市| 德格县| 阿克苏市| 靖宇县| 镇江市| 陈巴尔虎旗| 当阳市| 五莲县| 衡山县| 莲花县| 全南县| 凌源市| 同心县| 嘉禾县| 奉贤区| 兴文县| 巨鹿县| 大渡口区| 遂溪县| 阜阳市| 河北省| 乌鲁木齐县| 汕头市| 大同市| 九寨沟县| 深泽县| 荣成市| 德阳市|