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: http://imgur.com/ZiF2Z

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

Jonathan Beaudoin
  • 2,108
  • 4
  • 25
  • 58

1 Answers1

4

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

Jeffrey
  • 42,428
  • 7
  • 84
  • 138