Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何渲染包含子组件并且不作为可见包含层次结构的一部分存在的JPanel(即面板没有父级)?
方法SwingUtilities.paintComponent()只渲染没有子组件的面板。
SwingUtilities.paintComponent()
以及如何通过此面板处理鼠标事件?
方法 SwingUtilities.paintComponent() 仅显示没有子组件的面板。
看看paintChildren,paintComponents,取决于代码,
如果没有重要的理由和关于摇摆绘画的paintComponents()良好知识,我不会使用
paintComponents()