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.
に の数字を挿入する必要がありJButtonsますJTextPane。insertComponent()メソッドを介して行われます。コンポーネントが一列に並んでJScrollPaneいて、垂直にも水平にもスクロールしません(ただし、垂直にスクロールしたいだけです)。私は何をすべきか?
JButtons
JTextPane
insertComponent()
JScrollPane
簡単な解決策は、ボタンの間にスペースを追加することです。これにより、ボタンJTextPaneを折り返すことができます。
または、シングルを挿入してJComponent、そのシングルコンポーネントの子としてボタンを追加することもできます。これにより、ボタンに任意のレイアウトを使用できるようになります(FlowLayoutおそらく必要なものです)。
JComponent
FlowLayout