
In this image taken from eclipse, "Build Automatically" shows a tick mark without a checkbox. How can I create a similar effect to this with Java JCheckBoxMenuItems, where only the tickmark and not the checkbox are visible?
feedback
|
|
JCheckBoxMenuItem extends from AbstractButton so you should be able to provide custom Icons for the appropriate set???Icon methods. | |||||||||
feedback
|
|
The appearance is defined by Addendum: @camickr's | |||||||||||
feedback
|
|
you can extend JCheckbox and override paintComponent() | |||||
feedback
|