Questions tagged [jtogglebutton]

The JToggleButton represents button that can be toggled, similar to a check box.

JToggleButtons can be placed wherever checkbox functionality is desired in a button. When the user presses a JToggleButton, then the button stays visually pressed. When the user presses again, then it is visually unpressed.

Depending on the user's look and feel, the button may look like a normal button, or it may look completely different.

122 questions
-2
votes
1 answer

Disabling a jToggleButton

Hey guys so I'm making this simple movie ticketing system My program flow is as follow and all pages are in different JFrames: Main Menu>Choose Day>Select movie>select seat>back to MainMenu I'm using JToggle in the seat chooser. Is it possible to…
user3144549
  • 13
  • 1
  • 1
  • 6
-2
votes
1 answer

Disabling a jToggleButton throughout entire execution, possible?

Hey guys so I'm making this simple movie ticketing system My program flow is as follow and all pages are in different JFrames: Main Menu>Choose Day>Select movie>select seat>back to MainMenu I'm using JToggle in the seat chooser. Is it possible to…
user3144549
  • 13
  • 1
  • 1
  • 6
1 2 3
8
9