1. <tfoot id='u0mEd'></tfoot>

        <bdo id='u0mEd'></bdo><ul id='u0mEd'></ul>

      <small id='u0mEd'></small><noframes id='u0mEd'>

      <legend id='u0mEd'><style id='u0mEd'><dir id='u0mEd'><q id='u0mEd'></q></dir></style></legend>

        <i id='u0mEd'><tr id='u0mEd'><dt id='u0mEd'><q id='u0mEd'><span id='u0mEd'><b id='u0mEd'><form id='u0mEd'><ins id='u0mEd'></ins><ul id='u0mEd'></ul><sub id='u0mEd'></sub></form><legend id='u0mEd'></legend><bdo id='u0mEd'><pre id='u0mEd'><center id='u0mEd'></center></pre></bdo></b><th id='u0mEd'></th></span></q></dt></tr></i><div id='u0mEd'><tfoot id='u0mEd'></tfoot><dl id='u0mEd'><fieldset id='u0mEd'></fieldset></dl></div>

        JScrollPane 的滚动事件

        时间:2023-09-30
            <tbody id='QdzYm'></tbody>
            <legend id='QdzYm'><style id='QdzYm'><dir id='QdzYm'><q id='QdzYm'></q></dir></style></legend>

            <small id='QdzYm'></small><noframes id='QdzYm'>

            • <bdo id='QdzYm'></bdo><ul id='QdzYm'></ul>

              1. <i id='QdzYm'><tr id='QdzYm'><dt id='QdzYm'><q id='QdzYm'><span id='QdzYm'><b id='QdzYm'><form id='QdzYm'><ins id='QdzYm'></ins><ul id='QdzYm'></ul><sub id='QdzYm'></sub></form><legend id='QdzYm'></legend><bdo id='QdzYm'><pre id='QdzYm'><center id='QdzYm'></center></pre></bdo></b><th id='QdzYm'></th></span></q></dt></tr></i><div id='QdzYm'><tfoot id='QdzYm'></tfoot><dl id='QdzYm'><fieldset id='QdzYm'></fieldset></dl></div>
              2. <tfoot id='QdzYm'></tfoot>
                1. 本文介绍了JScrollPane 的滚动事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  奇怪的是 JScrollPane 没有方法 addAdjustmentListener().然而,adjustmentListener 据说是与滚动条一起使用的.每当 JScrollPane 以任何一种方式滚动时,我都希望发生一些事情.如何实现这样的事情?

                  It's strange that JScrollPane doesn't have a method addAdjustmentListener(). Yet adjustmentListener is said to be used with scrollbars. I want something to happen whenever the JScrollPane is scrolled in either way. How to achieve such a thing?

                  推荐答案

                  为什么不获取实际的滚动条,然后向它们添加调整侦听器?JScrollBar 有一个名为 addAdjustmentListener() 的方法.

                  Why don't you get the actual scrollbars, and then add adjustment listeners to them? JScrollBar has a method called addAdjustmentListener().

                  您可以使用 getVerticalScrollBar()getHorizo​​ntalScrollBar()JScrollPane 中获取 JScrollBar

                  And you can use getVerticalScrollBar() and getHorizontalScrollBar() to get a JScrollBar from a JScrollPane

                  这篇关于JScrollPane 的滚动事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何在 DDD 中管理域逻辑和事件之间的事务? 下一篇:将 JPanel 变成 JOptionPane.OK_OPTION

                  相关文章

                  最新文章

                2. <tfoot id='43fLH'></tfoot>
                    <bdo id='43fLH'></bdo><ul id='43fLH'></ul>
                3. <legend id='43fLH'><style id='43fLH'><dir id='43fLH'><q id='43fLH'></q></dir></style></legend>

                  <small id='43fLH'></small><noframes id='43fLH'>

                4. <i id='43fLH'><tr id='43fLH'><dt id='43fLH'><q id='43fLH'><span id='43fLH'><b id='43fLH'><form id='43fLH'><ins id='43fLH'></ins><ul id='43fLH'></ul><sub id='43fLH'></sub></form><legend id='43fLH'></legend><bdo id='43fLH'><pre id='43fLH'><center id='43fLH'></center></pre></bdo></b><th id='43fLH'></th></span></q></dt></tr></i><div id='43fLH'><tfoot id='43fLH'></tfoot><dl id='43fLH'><fieldset id='43fLH'></fieldset></dl></div>