Search:

Type: Posts; User: bczm8703

Search: Search took 0.26 seconds.

  1. Replies
    5
    Views
    3,383

    Re: adding Checkboxes to JTextArea

    hi.. sorry for asking this.. i understand how do i insert the text and component to the JTextPane now.. and from my research CheckBox seems like only allow 1box to be selected at any 1 time.. as for...
  2. Replies
    5
    Views
    3,383

    Re: adding Checkboxes to JTextArea

    sorry i am really new to this topic of java... after reading the API file i don't really understand how do i merge the JTextArea with my Checkbox with the JTextPane??
  3. Replies
    5
    Views
    3,383

    adding Checkboxes to JTextArea

    JTextArea display = new JTextArea();
    CheckboxGroup idList = new CheckboxGroup();
    Checkbox cID=null;
    display.append(add(new Checkbox(idno, idList, false)) + " " + thirdrow + " " + firstrow +...
Results 1 to 3 of 3