it's about what I see and do in my own tech world
JTextArea txtArea = new JTextArea(); txtArea.setColumns(50); txtArea.setRows(2); JScrollPane jScrollPane1 = new JScrollPane(); jScrollPane1.setViewportView(txtArea);
No comments:
Post a Comment