Search:

Type: Posts; User: yougarage

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    3,330

    Re: removing all buttons from buttongroup

    the buttons are created from a List returned from port.getAvailablePorts(): (method from rxtx serial class)



    for (int i = 0; i < port.getAvailablePorts().size(); i++){

    ...
  2. Replies
    2
    Views
    3,330

    removing all buttons from buttongroup

    I'm trying to remove all the buttons from a buttonGroup but I'm having problems with the argument of the remove() method defined in the API:



    for(int i = 0; i <...
Results 1 to 2 of 2