0

I'm making an application where I want a checkbox in my java popupmenu(shown below) for the option run at start-up.

Heres the popupmenu: https://i.stack.imgur.com/JLZQE.jpg

How do i made the Run at start-up option a check box.

Jonathan Beaudoin
  • 2,158
  • 4
  • 27
  • 63

1 Answers1

4

Take a look at CheckboxMenuItem if you're using AWT or JCheckBoxMenuItem if you're using Swing.

Jeffrey
  • 44,417
  • 8
  • 90
  • 141