TAILIEUCHUNG - Code Examplets phần 9

Tham khảo tài liệu 'code examplets phần 9', kỹ thuật - công nghệ, kĩ thuật viễn thông phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Code Samples from the Java Developers Almanac 2000 A-Z Index Code Samples Search JAVA DEVELOPER CONNECTION ja I I l Developer Connection Docs Training Online Support Community Discussion Industry News Solutions Marketplace Case Studies Code Samples Index These code examples and other materials are subject to Sun Microsystems Inc. Legal Terms Creating a Table A table fires change events when the contents of one of its cells is modified. Printable Page rju Object cellData rowl-coll row1-col2 row2-col1 row2-col2 String columnNames coll col2 JTable table new JTable cellData columnNames The next two lines should be in one line. .addTableModelListener new MyTableChangedListener Make the table scrollable. JScrollPane scrollPane new JScrollPane table The next two lines should be in one line. class MyTableChangedListener implements TableModelListener public void tableChanged TableModelEvent evt int row int column The next three lines should all be in one line. Object data TableModel .getValueAt row column process data Examplets TM provided by permission of the publisher Addision-Wesley and Author Patrick Chan. Order this book from Amazon http developer codesamples 1 of 2 8 1 2000 7 50 36 AM Code Samples from the Java Developers Almanac 2000 u r r Code Samples Search JAVA DEVELOPER CONNECTION java I l Developer Connec t ion Docs 8i Training Online Support Community Discussion Industry News Solutions Marketplace Case Studies Code Samples Index These code examples and other materials are subject to Sun Microsystems Inc. Legal Terms Creating a Text Area The text area fires a document event whenever the text changes or some style on the text changes. Printable Page rp1 TextArea textArea new JTextArea Line1 nLine2 .addDocumentListener new MyDocumentListener The next two lines should be in one line. class .

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.