JTextArea « JCheckBox « Java Swing Q&A





1. Can we add JCheckBox array into JTextArea?    java-forums.org

I cannot add the JCheckBox array one by one within the JTextArea, but only can add them into the JPanel one by one. Is it possible to add the JCheckBox array within the JTextArea ?? Thanks !! Nancy Code: .. .. ... rightUpper_left = new JPanel(); //right upper left panel rightUpper_left.setLayout(new GridLayout(3, 1)); textArea2 = new JTextArea(22,60); textArea2.setEditable(false); image = new ...

2. problem using JCheckBox with JTextArea    forums.oracle.com

What are you going to do? How about learn how to read compiler output? You keep coming here with what looks like different problems, but they're not, they're all basically the same. If you paid attention to how the first one got fixed, you'd be able to fix all the others! Trust me, you would You can't just keep coming here ...