Search:

Type: Posts; User: s1w

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    1,480

    Re: How to implement JCheckBox inside JButton?

    Unbelivable easy solution! Thanks.


    JCheckBox jcb = new JCheckBox();
    button.add(jcb);
  2. Replies
    2
    Views
    1,480

    How to implement JCheckBox inside JButton?

    I was trying some solutions, and every of them failed. Until now, I had thought that anything is possible in Java. One of my solution, that don't makes compilation warrning and runs (but checkbox is...
Results 1 to 2 of 2