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.
我想创建具有 Canvas 或 Panel 的 java 小程序。现在,当我开始使用 drawstring() 输入数据时,Canvas 或 Panel 的高度应该动态增加并且滚动条应该可见。
我怎样才能实现这样的小程序?
请让我知道,即使这可以通过使用 Canvas 或 Panel 以外的控件来实现。
先感谢您。
使用摇摆。为什么要在 aJTextArea或JEditorPane可以轻松绘制文本时绘制文本?
JTextArea
JEditorPane
将JTextComponenta 放入 aJScrollPane中,将其放入 a 中,将 aJPanel添加JPanel到 aJApplet中。任务完成。
JTextComponent
JScrollPane
JPanel
JApplet