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 の高さが動的に増加し、スクロール バーが表示されるはずです。
どうすればそのようなアプレットを実装できますか?
キャンバスまたはパネル以外のコントロールを使用してこれを達成できることを教えてください。
前もって感謝します。
Swingを使用します。JTextAreaまたはJEditorPane簡単にペイントできる のに、なぜテキストをペイントするのですか?
JTextArea
JEditorPane
をにドロップし、JTextComponentそれをJScrollPaneに入れ、をJPanelに追加JPanelしJAppletます。仕事は終わりました。
JTextComponent
JScrollPane
JPanel
JApplet