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.
を自動的に作成するコードがありますjlabels。
jlabels
横ではなく一列に並んでほしいlabel!
label
私はこのコードを使用します:
lbl = new JLabel[rows]; for (int i = 0; i < rows; i++) { lbl[i] = new JLabel(arrayResultRow[i].toString()+ "\n" ); }
しかし、うまくいき\nません!
\n